Revert limit to 500 QSOs
这个提交包含在:
父节点
629bc90052
当前提交
7c242c7f0b
共有 1 个文件被更改,包括 0 次插入 和 1 次删除
|
|
@ -306,7 +306,6 @@ class Logbook_model extends CI_Model {
|
||||||
$this->db->where("(COL_MODE='" . $mode . "' OR COL_SUBMODE='" . $mode ."')");
|
$this->db->where("(COL_MODE='" . $mode . "' OR COL_SUBMODE='" . $mode ."')");
|
||||||
}
|
}
|
||||||
$this->db->order_by("COL_TIME_ON", "desc");
|
$this->db->order_by("COL_TIME_ON", "desc");
|
||||||
$this->db->limit(500);
|
|
||||||
|
|
||||||
return $this->db->get($this->config->item('table_name'));
|
return $this->db->get($this->config->item('table_name'));
|
||||||
}
|
}
|
||||||
|
|
|
||||||
正在加载…
在新工单中引用