|
...
|
...
|
@@ -93,7 +93,7 @@ class OnlineController extends BaseController |
|
|
|
if(isset($this->map['title'])){
|
|
|
|
$query = $query->where('gl_project.title','like','%'.$this->map['title'].'%');
|
|
|
|
}
|
|
|
|
$query = $query->where('gl_project.status','in',[1]);//TODO::已提交审核
|
|
|
|
$query = $query->where('gl_project.status',1);//TODO::已提交审核
|
|
|
|
return $query;
|
|
|
|
}
|
|
|
|
} |
...
|
...
|
|