[Dashboard] Fixes QSOs being out of order
这个提交包含在:
父节点
84e689be0f
当前提交
348342d752
共有 1 个文件被更改,包括 2 次插入 和 1 次删除
|
|
@ -1184,7 +1184,8 @@ class Logbook_model extends CI_Model {
|
|||
limit " . $num .
|
||||
") hrd
|
||||
JOIN station_profile ON station_profile.station_id = hrd.station_id
|
||||
LEFT JOIN dxcc_entities ON hrd.col_dxcc = dxcc_entities.adif";
|
||||
LEFT JOIN dxcc_entities ON hrd.col_dxcc = dxcc_entities.adif
|
||||
order by col_time_on desc, col_primary_key desc";
|
||||
|
||||
$query = $this->db->query($sql);
|
||||
|
||||
|
|
|
|||
正在加载…
在新工单中引用