1
This commit is contained in:
@@ -39,7 +39,7 @@ class Clues extends HD_Controller
|
||||
foreach ($this->clues_model->statusAry() as $key => $value) {
|
||||
$cate = array();
|
||||
$where = array("status" => $key);
|
||||
if ($this->uid != SUPER_ADMIN) {
|
||||
if ($this->admin_biz_str) {
|
||||
$where["biz_id in ($this->admin_biz_str)"] = null;
|
||||
}
|
||||
$count1 = $this->clues_model->count($where);
|
||||
@@ -86,7 +86,7 @@ class Clues extends HD_Controller
|
||||
if ($params['title']) {
|
||||
$where["{$params['search_tp']} like '%{$params['title']}%'"] = null;
|
||||
}
|
||||
if ($this->uid != SUPER_ADMIN) {
|
||||
if ($this->admin_biz_str) {
|
||||
$where["biz_id in ($this->admin_biz_str)"] = null;
|
||||
}
|
||||
//创建时间
|
||||
|
||||
Reference in New Issue
Block a user