Order WAB Awards Results ASC
这个提交包含在:
父节点
6a4a8991c6
当前提交
ee2eb20fef
共有 1 个文件被更改,包括 1 次插入 和 0 次删除
|
|
@ -8,6 +8,7 @@ class Wab extends CI_Model {
|
|||
}
|
||||
|
||||
function get_all() {
|
||||
$this->db->order_by("COL_COMMENT", "ASC");
|
||||
$this->db->like('COL_COMMENT', 'WAB:');
|
||||
|
||||
return $this->db->get($this->config->item('table_name'));
|
||||
|
|
|
|||
正在加载…
在新工单中引用