合并分支 'master-server' 到 'master'
gx 查看合并请求 !847
正在显示
1 个修改的文件
包含
3 行增加
和
0 行删除
| @@ -96,6 +96,9 @@ class ProjectLogic extends BaseLogic | @@ -96,6 +96,9 @@ class ProjectLogic extends BaseLogic | ||
| 96 | if(isset($info['deploy_build']['other_project']) && !empty($info['deploy_build']['other_project'])){ | 96 | if(isset($info['deploy_build']['other_project']) && !empty($info['deploy_build']['other_project'])){ |
| 97 | $info['deploy_build']['other_project']= json_decode($info['deploy_build']['other_project']); | 97 | $info['deploy_build']['other_project']= json_decode($info['deploy_build']['other_project']); |
| 98 | } | 98 | } |
| 99 | + //is_product:"0",is_news:"0",is_blogs:"0",is_module:"0" | ||
| 100 | + $info['deploy_build']['configuration']['is_product'] = $info['deploy_build']['configuration']['is_news'] = $info['deploy_build']['configuration']['is_blogs'] = $info['deploy_build']['configuration']['is_module'] = 1; | ||
| 101 | + | ||
| 99 | //获取小语种 | 102 | //获取小语种 |
| 100 | $info['minor_languages'] = $this->getProjectMinorLanguages($id); | 103 | $info['minor_languages'] = $this->getProjectMinorLanguages($id); |
| 101 | //升级项目采集完成时间 | 104 | //升级项目采集完成时间 |
-
请 注册 或 登录 后发表评论