Merge pull request #2621 from int2001/eqsl_no_station
这个提交包含在:
当前提交
41bb555d95
共有 1 个文件被更改,包括 1 次插入 和 0 次删除
|
|
@ -48,6 +48,7 @@ class Eqslmethods_model extends CI_Model {
|
||||||
foreach ($stations->result() as $row) {
|
foreach ($stations->result() as $row) {
|
||||||
array_push($logbooks_locations_array, $row->station_id);
|
array_push($logbooks_locations_array, $row->station_id);
|
||||||
}
|
}
|
||||||
|
array_push($logbooks_locations_array, -9999);
|
||||||
}
|
}
|
||||||
|
|
||||||
$this->db->select('station_profile.*, '.$this->config->item('table_name').'.COL_PRIMARY_KEY, '.$this->config->item('table_name').'.COL_TIME_ON, '.$this->config->item('table_name').'.COL_CALL, '.$this->config->item('table_name').'.COL_MODE, '.$this->config->item('table_name').'.COL_SUBMODE, '.$this->config->item('table_name').'.COL_BAND, '.$this->config->item('table_name').'.COL_COMMENT, '.$this->config->item('table_name').'.COL_RST_SENT, '.$this->config->item('table_name').'.COL_PROP_MODE, '.$this->config->item('table_name').'.COL_SAT_NAME, '.$this->config->item('table_name').'.COL_SAT_MODE, '.$this->config->item('table_name').'.COL_QSLMSG');
|
$this->db->select('station_profile.*, '.$this->config->item('table_name').'.COL_PRIMARY_KEY, '.$this->config->item('table_name').'.COL_TIME_ON, '.$this->config->item('table_name').'.COL_CALL, '.$this->config->item('table_name').'.COL_MODE, '.$this->config->item('table_name').'.COL_SUBMODE, '.$this->config->item('table_name').'.COL_BAND, '.$this->config->item('table_name').'.COL_COMMENT, '.$this->config->item('table_name').'.COL_RST_SENT, '.$this->config->item('table_name').'.COL_PROP_MODE, '.$this->config->item('table_name').'.COL_SAT_NAME, '.$this->config->item('table_name').'.COL_SAT_MODE, '.$this->config->item('table_name').'.COL_QSLMSG');
|
||||||
|
|
|
||||||
正在加载…
在新工单中引用