正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
| @@ -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)){ |
-
请 注册 或 登录 后发表评论