|
@@ -27,7 +27,7 @@ class ArticleReport extends Controller
|
|
|
if($this->request->request('name')) $where[]= ['m.name','like','%'.$this->request->request('phone').'%'];
|
|
|
if($this->request->request('label')) $where[]= ['m.label','like','%'.$this->request->request('phone').'%'];
|
|
|
$where[]= ['f.is_deleted','=',0];
|
|
|
- $where[]= ['f.type','=',4];
|
|
|
+ $where[]= ['f.type','=',5];
|
|
|
$query = $this->_query($this->table);
|
|
|
$query->alias('f')
|
|
|
->field('f.* ,m.headimg,m.name')
|