这个提交包含在:
Peter Goodhall 2020-04-14 13:20:59 +01:00
当前提交 f1232ee9d2

查看文件

@ -63,7 +63,6 @@ class adif_data extends CI_Model {
$this->db->join('station_profile', 'station_profile.station_id = '.$this->config->item('table_name').'.station_id');
$this->db->limit(15);
return $this->db->get();
}