作者 lyh

修复

@@ -114,6 +114,7 @@ class RenewProjectController extends BaseController @@ -114,6 +114,7 @@ class RenewProjectController extends BaseController
114 $lists = $project->where($this->map)->with('payment')->with('deploy_build') 114 $lists = $project->where($this->map)->with('payment')->with('deploy_build')
115 ->with('deploy_optimize')->with('online_check') 115 ->with('deploy_optimize')->with('online_check')
116 ->with('project_after')->paginate($this->row, ['*'], 'page', $this->page); 116 ->with('project_after')->paginate($this->row, ['*'], 'page', $this->page);
  117 + @file_put_contents(storage_path('logs/lyh_error.log'), var_export($this->map, true) . PHP_EOL, FILE_APPEND);
117 if(!empty($lists)){ 118 if(!empty($lists)){
118 $lists = $lists->toArray(); 119 $lists = $lists->toArray();
119 $manageModel = new Manage(); 120 $manageModel = new Manage();