|
...
|
...
|
@@ -40,7 +40,7 @@ class RenewProjectController extends BaseController |
|
|
|
$this->searchParam($map,$this->map,$arr);
|
|
|
|
//按类型搜索
|
|
|
|
$map['id'] = ['in', $arr];
|
|
|
|
$filed = ['id', 'title', 'mysql_id' ,'channel','cooperate_date' ,'type', 'created_at'];
|
|
|
|
$filed = ['id', 'title', 'mysql_id' ,'channel','cooperate_date' ,'type', 'remain_day' ,'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);
|
|
|
|
if(!empty($lists)){
|
...
|
...
|
|