|
|
$where[] = ['status', '=', 2];
|
|
$where[] = ['status', '=', 2];
|
|
|
// $where[] = ['expiration_time', '>=', time()];
|
|
// $where[] = ['expiration_time', '>=', time()];
|
|
|
-// $where[] = ['cate_id', 'like', '%' . ',' .$this->params['cate_id'].',' . '%'];
|
|
|
|
|
$field = 'id,user_id,title,type,cate_id,mobile,images,address,number,content,status,remark,create_time';
|
|
$field = 'id,user_id,title,type,cate_id,mobile,images,address,number,content,status,remark,create_time';
|