Update Api_model.php
这个提交包含在:
父节点
7ed979b4b6
当前提交
fa979a426a
共有 1 个文件被更改,包括 1 次插入 和 1 次删除
|
|
@ -16,7 +16,7 @@ class API_Model extends CI_Model {
|
||||||
|
|
||||||
function CountKeysWithNoUserID() {
|
function CountKeysWithNoUserID() {
|
||||||
$this->db->where('user_id !=', NULL);
|
$this->db->where('user_id !=', NULL);
|
||||||
$query = $this->db->get('CountKeysWithNoUserID');
|
$query = $this->db->get('api');
|
||||||
return $query->num_rows();
|
return $query->num_rows();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
正在加载…
在新工单中引用