|
...
|
...
|
@@ -53,6 +53,7 @@ class ProjectController extends BaseController |
|
|
|
//类型
|
|
|
|
if(isset($this->map['type'])){
|
|
|
|
$map['type'] = $this->searchType($this->map['type']);
|
|
|
|
$map['extend_type'] = 0;//排除未续费项目
|
|
|
|
}
|
|
|
|
$filed = ['id', 'title', 'mysql_id' ,'channel','cooperate_date' ,'type', 'created_at'];
|
|
|
|
$lists = $project->formatQuery($map)->select($filed)->with('payment')->with('deploy_build')
|
...
|
...
|
|