|
...
|
...
|
@@ -32,7 +32,7 @@ class RenewProjectController extends BaseController |
|
|
|
*/
|
|
|
|
public function lists(Project $project){
|
|
|
|
$map = $this->searchParam($this->map);
|
|
|
|
$filed = ['id', 'title', 'type' ,'mysql_id' ,'channel','cooperate_date' ,'type', 'remain_day' ,'created_at','delete_status'];
|
|
|
|
$filed = ['id', 'title', 'type' , 'post_id','mysql_id' ,'channel','cooperate_date' ,'type', 'remain_day' ,'created_at','delete_status'];
|
|
|
|
$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)){
|
...
|
...
|
|