作者 lyh

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

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