Merge branch 'master' of https://github.com/magicbug/Cloudlog
这个提交包含在:
当前提交
f1232ee9d2
共有 1 个文件被更改,包括 0 次插入 和 1 次删除
|
|
@ -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();
|
||||
}
|
||||
|
|
|
|||
正在加载…
在新工单中引用