Adjusted order by
这个提交包含在:
父节点
a2f6b9f09f
当前提交
de75e9bd04
共有 1 个文件被更改,包括 1 次插入 和 1 次删除
|
|
@ -1755,7 +1755,7 @@ class Logbook_model extends CI_Model {
|
||||||
*/
|
*/
|
||||||
function get_qrz_apikeys() {
|
function get_qrz_apikeys() {
|
||||||
$sql = 'select distinct qrzapikey, user_id from station_profile
|
$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);
|
$query = $this->db->query($sql);
|
||||||
|
|
||||||
|
|
|
||||||
正在加载…
在新工单中引用