[QSO Stats Year] Changed year sort to desc
这个提交包含在:
父节点
72891bb6ca
当前提交
d37b9c4438
共有 1 个文件被更改,包括 1 次插入 和 1 次删除
|
|
@ -1256,7 +1256,7 @@ class Logbook_model extends CI_Model {
|
|||
$this->db->select('DATE_FORMAT(COL_TIME_ON, \'%Y\') as \'year\',COUNT(COL_PRIMARY_KEY) as \'total\'', FALSE);
|
||||
$this->db->where_in('station_id', $logbooks_locations_array);
|
||||
$this->db->group_by('DATE_FORMAT(COL_TIME_ON, \'%Y\')');
|
||||
$this->db->order_by('year', 'ASC');
|
||||
$this->db->order_by('year', 'DESC');
|
||||
|
||||
$query = $this->db->get($this->config->item('table_name'));
|
||||
|
||||
|
|
|
|||
正在加载…
在新工单中引用