|
...
|
...
|
@@ -96,7 +96,7 @@ class ProjectController extends BaseController |
|
|
|
//搜索参数处理
|
|
|
|
$map = $this->searchParam($map,$this->map);
|
|
|
|
$filed = ['id', 'title', 'mysql_id' ,'channel','cooperate_date' ,'type', 'created_at'];
|
|
|
|
$lists = $project->select($filed)->formatQuery($map)->with('payment')->with('deploy_build')
|
|
|
|
$lists = $project->formatQuery($map)->select($filed)->with('payment')->with('deploy_build')
|
|
|
|
->with('deploy_optimize')->with('online_check')->paginate($this->row, ['*'], 'page', $this->page);
|
|
|
|
if(!empty($lists)){
|
|
|
|
$lists = $lists->toArray();
|
...
|
...
|
|