|
...
|
...
|
@@ -97,6 +97,8 @@ class ProjectController extends BaseController |
|
|
|
if(isset($this->map['type'])){
|
|
|
|
$map['type'] = $this->searchType($this->map['type']);
|
|
|
|
}
|
|
|
|
var_dump($map);
|
|
|
|
die();
|
|
|
|
$filed = ['id', 'title', 'mysql_id' ,'channel','cooperate_date' ,'type', 'created_at'];
|
|
|
|
$lists = $project->formatQuery($map)->select($filed)->with('payment')->with('deploy_build')
|
|
|
|
->with('deploy_optimize')->with('online_check')->paginate($this->row, ['*'], 'page', $this->page);
|
...
|
...
|
|