When showing filtered search results make the list DESC
这个提交包含在:
父节点
c9a473bdb9
当前提交
d251e924e0
共有 1 个文件被更改,包括 1 次插入 和 1 次删除
|
|
@ -91,7 +91,7 @@ class Search extends CI_Controller {
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
$this->db->order_by('COL_TIME_ON', 'DESC');
|
||||
$query = $this->db->get($this->config->item('table_name'));
|
||||
|
||||
echo json_encode($query->result_array());
|
||||
|
|
|
|||
正在加载…
在新工单中引用