Added the ability to search vucc fields
这个提交包含在:
父节点
bd693314c3
当前提交
31748e1fde
共有 1 个文件被更改,包括 1 次插入 和 0 次删除
|
|
@ -297,6 +297,7 @@ class Logbook extends CI_Controller {
|
|||
|
||||
$this->db->like('COL_CALL', $id);
|
||||
$this->db->or_like('COL_GRIDSQUARE', $id);
|
||||
$this->db->or_like('COL_VUCC_GRIDS', $id);
|
||||
$this->db->order_by("COL_TIME_ON", "desc");
|
||||
$query = $this->db->get($this->config->item('table_name'));
|
||||
|
||||
|
|
|
|||
正在加载…
在新工单中引用