作者 lyh

gx

@@ -40,7 +40,7 @@ class RenewProjectController extends BaseController @@ -40,7 +40,7 @@ class RenewProjectController extends BaseController
40 $this->searchParam($map,$this->map,$arr); 40 $this->searchParam($map,$this->map,$arr);
41 //按类型搜索 41 //按类型搜索
42 $map['id'] = ['in', $arr]; 42 $map['id'] = ['in', $arr];
43 - $filed = ['id', 'title', 'mysql_id' ,'channel','cooperate_date' ,'type', 'created_at']; 43 + $filed = ['id', 'title', 'mysql_id' ,'channel','cooperate_date' ,'type', 'remain_day' ,'created_at'];
44 $lists = $project->formatQuery($map)->select($filed)->with('payment')->with('deploy_build') 44 $lists = $project->formatQuery($map)->select($filed)->with('payment')->with('deploy_build')
45 ->with('deploy_optimize')->with('online_check')->paginate($this->row, ['*'], 'page', $this->page); 45 ->with('deploy_optimize')->with('online_check')->paginate($this->row, ['*'], 'page', $this->page);
46 if(!empty($lists)){ 46 if(!empty($lists)){