Update application/models/Eqsl_images.php
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
这个提交包含在:
父节点
90d2e58754
当前提交
be16cf437b
共有 1 个文件被更改,包括 1 次插入 和 1 次删除
|
|
@ -27,7 +27,7 @@ class Eqsl_images extends CI_Model {
|
|||
function eqsl_qso_list() {
|
||||
$this->load->model('logbooks_model');
|
||||
$logbooks_locations_array = $this->logbooks_model->list_logbook_relationships($this->session->userdata('active_station_logbook'));
|
||||
$this->db->select('COL_PRIMARY_KEY, qso_id, COL_CALL, COL_MODE, , COL_SUBMODE, COL_TIME_ON, COL_BAND, COL_SAT_NAME, image_file');
|
||||
$this->db->select('COL_PRIMARY_KEY, qso_id, COL_CALL, COL_MODE, COL_SUBMODE, COL_TIME_ON, COL_BAND, COL_SAT_NAME, image_file');
|
||||
$this->db->join($this->config->item('table_name'), 'qso_id = COL_PRIMARY_KEY', 'left outer');
|
||||
$this->db->join('station_profile', $this->config->item('table_name').'.station_id = station_profile.station_id', 'left outer');
|
||||
if (!empty($logbooks_locations_array)) {
|
||||
|
|
|
|||
正在加载…
在新工单中引用