Re-added a missing where-statement
这个提交包含在:
父节点
cc606f12cc
当前提交
27bd6bc2c0
共有 1 个文件被更改,包括 2 次插入 和 0 次删除
|
|
@ -286,6 +286,8 @@ class Logbook_model extends CI_Model {
|
|||
break;
|
||||
}
|
||||
|
||||
$this->db->where_in('station_id', $logbooks_locations_array);
|
||||
|
||||
if ($band != 'All') {
|
||||
if($band != "SAT") {
|
||||
$this->db->where('COL_PROP_MODE !=', 'SAT');
|
||||
|
|
|
|||
正在加载…
在新工单中引用