Didnt remove break point woops
这个提交包含在:
父节点
bc44d5d485
当前提交
f17690ad4c
共有 1 个文件被更改,包括 0 次插入 和 2 次删除
|
|
@ -882,8 +882,6 @@ class Logbook_model extends CI_Model {
|
|||
$cq_zone = "";
|
||||
}
|
||||
|
||||
exit;
|
||||
|
||||
$this->db->where('COL_CALL', $record['call']);
|
||||
$this->db->where('COL_TIME_ON', $time_on);
|
||||
$check = $this->db->get($this->config->item('table_name'));
|
||||
|
|
|
|||
正在加载…
在新工单中引用