[Bands] SOTA support added
这个提交包含在:
父节点
e777fcfc5a
当前提交
fe9c6d520d
共有 1 个文件被更改,包括 5 次插入 和 0 次删除
|
|
@ -11,7 +11,12 @@ class Sota extends CI_Model {
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
$this->load->model('bands');
|
||||||
|
|
||||||
|
$bandslots = $this->bands->get_worked_bands('sota');
|
||||||
|
|
||||||
$this->db->where_in("station_id", $logbooks_locations_array);
|
$this->db->where_in("station_id", $logbooks_locations_array);
|
||||||
|
$this->db->where_in("col_band", $bandslots);
|
||||||
$this->db->order_by("COL_SOTA_REF", "ASC");
|
$this->db->order_by("COL_SOTA_REF", "ASC");
|
||||||
$this->db->where('COL_SOTA_REF !=', '');
|
$this->db->where('COL_SOTA_REF !=', '');
|
||||||
|
|
||||||
|
|
|
||||||
正在加载…
在新工单中引用