Fix instanciation of Logbook_model
这个提交包含在:
父节点
c01705793b
当前提交
9b4b723dd4
共有 1 个文件被更改,包括 1 次插入 和 1 次删除
|
|
@ -235,7 +235,7 @@ class Logbook extends CI_Controller {
|
||||||
if($type == "SAT") {
|
if($type == "SAT") {
|
||||||
$this->db->where('COL_PROP_MODE', 'SAT');
|
$this->db->where('COL_PROP_MODE', 'SAT');
|
||||||
} else {
|
} else {
|
||||||
$this->db->where('COL_MODE', $this->logbook_model->get_main_mode_from_mode($mode));
|
$this->db->where('COL_MODE', $CI->logbook_model->get_main_mode_from_mode($mode));
|
||||||
$this->db->where('COL_BAND', $band);
|
$this->db->where('COL_BAND', $band);
|
||||||
$this->db->where('COL_PROP_MODE !=','SAT');
|
$this->db->where('COL_PROP_MODE !=','SAT');
|
||||||
|
|
||||||
|
|
|
||||||
正在加载…
在新工单中引用