当前提交
b793325ba9
共有 1 个文件被更改,包括 1 次插入 和 1 次删除
|
|
@ -11,7 +11,7 @@ class CQ extends CI_Model{
|
|||
function get_zones(){
|
||||
$data = $this->db->query(
|
||||
"select COL_CQZ, count(COL_CQZ)
|
||||
from TABLE_HRD_CONTACTS_V01
|
||||
from ".$this->config->item('table_name')."
|
||||
where COL_CQZ is not null
|
||||
group by COL_CQZ order by COL_CQZ"
|
||||
);
|
||||
|
|
|
|||
正在加载…
在新工单中引用