Sort QSL images by last added to be on top
这个提交包含在:
父节点
98dd08a6f8
当前提交
4cb0a9a3e9
共有 1 个文件被更改,包括 1 次插入 和 0 次删除
|
|
@ -9,6 +9,7 @@ class Qsl_model extends CI_Model {
|
|||
$this->db->from($this->config->item('table_name'));
|
||||
$this->db->join('qsl_images', 'qsl_images.qsoid = ' . $this->config->item('table_name') . '.col_primary_key');
|
||||
$this->db->where_in('station_id', $logbooks_locations_array);
|
||||
$this->db->order_by("id", "desc");
|
||||
|
||||
return $this->db->get();
|
||||
}
|
||||
|
|
|
|||
正在加载…
在新工单中引用