0429
This commit is contained in:
@@ -43,7 +43,7 @@ class Clues extends HD_Controller
|
||||
$cate = array();
|
||||
$where = array("status" => $key);
|
||||
if ($this->admin_biz_str) {
|
||||
$where["biz_id in ($this->admin_biz_str)"] = null;
|
||||
$where["belong_id in ($this->admin_biz_str)"] = null;
|
||||
}
|
||||
$count1 = $this->clues_model->count($where);
|
||||
if ($value['list']) {
|
||||
@@ -92,7 +92,7 @@ class Clues extends HD_Controller
|
||||
$where["{$params['search_tp']} like '%{$params['title']}%'"] = null;
|
||||
}
|
||||
if ($this->admin_biz_str) {
|
||||
$where["biz_id in ($this->admin_biz_str)"] = null;
|
||||
$where["belong_id in ($this->admin_biz_str)"] = null;
|
||||
}
|
||||
//创建时间
|
||||
if ($params['c_time']) {
|
||||
|
||||
Reference in New Issue
Block a user