作者 lyh

Merge branch 'master' of http://47.244.231.31:8099/zhl/globalso-v6 into develop

@@ -215,7 +215,7 @@ class UserLoginLogic @@ -215,7 +215,7 @@ class UserLoginLogic
215 public function getProjectInfo($id){ 215 public function getProjectInfo($id){
216 $projectModel = new Project(); 216 $projectModel = new Project();
217 $info = $projectModel->with('payment')->with('deploy_build') 217 $info = $projectModel->with('payment')->with('deploy_build')
218 - ->with('deploy_optimize')->with('online_check')->where(['id'=>$id])->first(); 218 + ->with('deploy_optimize')->with('online_check')->where(['id'=>$id])->first()->toArray();
219 if($info['extend_type'] != 0){ 219 if($info['extend_type'] != 0){
220 $info['type'] = $info['extend_type']; 220 $info['type'] = $info['extend_type'];
221 } 221 }