示例#1
0
 public static function getHistoryPokemon()
 {
     return Pokemon::getPokemon('p.`status` NOT IN(1,2,6,9)', '`comment` DESC');
 }