reformatted
这个提交包含在:
父节点
4089e6e3e8
当前提交
314fe3a948
共有 1 个文件被更改,包括 3 次插入 和 1 次删除
|
|
@ -1354,7 +1354,9 @@ class Logbook_model extends CI_Model {
|
|||
$this->db->group_start();
|
||||
$this->db->where($this->config->item('table_name').'.COL_CALL', $callsign);
|
||||
$this->db->or_like($this->config->item('table_name').'.COL_CALL', '/'.$callsign,'before');
|
||||
$this->db->or_like($this->config->item('table_name').'.COL_CALL', $callsign.'/','after'); $this->db->or_like($this->config->item('table_name').'.COL_CALL', '/'.$callsign.'/');
|
||||
$this->db->or_like($this->config->item('table_name').'.COL_CALL', $callsign.'/','after');
|
||||
$this->db->or_like($this->config->item('table_name').'.COL_CALL', '/'.$callsign.'/');
|
||||
|
||||
$this->db->group_end();
|
||||
$this->db->where('station_profile.user_id', $this->session->userdata('user_id'));
|
||||
$this->db->where_in('station_profile.station_id', $logbooks_locations_array);
|
||||
|
|
|
|||
正在加载…
在新工单中引用