Adjusted order by

这个提交包含在:
int2001 2023-12-08 11:47:59 +00:00
父节点 a2f6b9f09f
当前提交 de75e9bd04
找不到此签名对应的密钥
GPG 密钥 ID: DFB1C13CD2DB037B

查看文件

@ -1755,7 +1755,7 @@ class Logbook_model extends CI_Model {
*/
function get_qrz_apikeys() {
$sql = 'select distinct qrzapikey, user_id from station_profile
where coalesce(qrzapikey, "") <> "" order by qrzapikey, station_callsign';
where coalesce(qrzapikey, "") <> "" order by qrzapikey';
$query = $this->db->query($sql);