Update Logbook_model.php

这个提交包含在:
Peter Goodhall 2025-09-09 14:19:51 +01:00
父节点 72ea1e3353
当前提交 3f8f81364b

查看文件

@ -1949,7 +1949,7 @@ class Logbook_model extends CI_Model
order by col_time_on desc, col_primary_key desc order by col_time_on desc, col_primary_key desc
limit " . $num . limit " . $num .
") hrd ") hrd
LEFT JOIN station_profile ON station_profile.station_id = hrd.station_id // Changed to LEFT JOIN 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"; order by col_time_on desc, col_primary_key desc";