正在显示
1 个修改的文件
包含
3 行增加
和
0 行删除
| @@ -84,6 +84,9 @@ class ProjectLogic extends BaseLogic | @@ -84,6 +84,9 @@ class ProjectLogic extends BaseLogic | ||
| 84 | if(isset($info['is_customized']) && $info['is_customized'] == 1){ | 84 | if(isset($info['is_customized']) && $info['is_customized'] == 1){ |
| 85 | $info['is_visualization'] = json_decode($info['is_visualization']); | 85 | $info['is_visualization'] = json_decode($info['is_visualization']); |
| 86 | } | 86 | } |
| 87 | + if(isset($info['deploy_build']['other_project']) && !empty($info['deploy_build']['other_project'])){ | ||
| 88 | + $info['deploy_build']['other_project']= json_decode($info['deploy_build']['other_project']); | ||
| 89 | + } | ||
| 87 | return $this->success($info); | 90 | return $this->success($info); |
| 88 | } | 91 | } |
| 89 | 92 |
-
请 注册 或 登录 后发表评论