Merge branch 'master' of http://47.244.231.31:8099/zhl/globalso-v6 into develop
正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
| @@ -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 | } |
-
请 注册 或 登录 后发表评论