adjusted sorting for aggregation
这个提交包含在:
父节点
52b3d3585b
当前提交
21c29cc9da
共有 1 个文件被更改,包括 2 次插入 和 0 次删除
|
|
@ -125,6 +125,8 @@ class Labels_model extends CI_Model {
|
|||
$this->db->order_by("COL_DXCC", "ASC");
|
||||
$this->db->order_by("COL_CALL", "ASC");
|
||||
$this->db->order_by("COL_SAT_NAME", "ASC");
|
||||
$this->db->order_by("COL_SAT_MODE", "ASC");
|
||||
$this->db->order_by("COL_BAND_RX", "ASC");
|
||||
$this->db->order_by("COL_TIME_ON", "ASC");
|
||||
$this->db->order_by("COL_MODE", "ASC");
|
||||
$query = $this->db->get($this->config->item('table_name'));
|
||||
|
|
|
|||
正在加载…
在新工单中引用