[EQSL][Upload] Check to make sure to only select records with callsigns in them
这个提交包含在:
父节点
b40b3a2834
当前提交
a3b395db69
共有 1 个文件被更改,包括 1 次插入 和 0 次删除
|
|
@ -1450,6 +1450,7 @@ class Logbook_model extends CI_Model {
|
|||
$this->db->join($this->config->item('table_name'),'station_profile.station_id = '.$this->config->item('table_name').'.station_id AND station_profile.eqslqthnickname != ""','left');
|
||||
$this->db->where($this->config->item('table_name').'.COL_EQSL_QSL_SENT !=', 'Y');
|
||||
$this->db->where($this->config->item('table_name').'.COL_EQSL_QSL_SENT !=', 'I');
|
||||
$this->db->where($this->config->item('table_name').'.COL_CALL !=', '');
|
||||
$this->db->or_where(array($this->config->item('table_name').'.COL_EQSL_QSL_SENT' => NULL));
|
||||
return $this->db->get();
|
||||
}
|
||||
|
|
|
|||
正在加载…
在新工单中引用