正在显示
1 个修改的文件
包含
1 行增加
和
0 行删除
| @@ -62,6 +62,7 @@ class ProjectLogic extends BaseLogic | @@ -62,6 +62,7 @@ class ProjectLogic extends BaseLogic | ||
| 62 | 'optimize_tech' => ManageLogic::getCacheName($item['deploy_optimize']['tech_mid'] ?? 0), //售后技术 | 62 | 'optimize_tech' => ManageLogic::getCacheName($item['deploy_optimize']['tech_mid'] ?? 0), //售后技术 |
| 63 | 'type' => $item['type'], | 63 | 'type' => $item['type'], |
| 64 | 'test_domain' => $item['deploy_build']['test_domain'] ?? 0, | 64 | 'test_domain' => $item['deploy_build']['test_domain'] ?? 0, |
| 65 | + 'plan' => $item['deploy_build']['plan'] ?? 0, | ||
| 65 | 'domain' => $item['deploy_optimize']['domain'] ?? 0, | 66 | 'domain' => $item['deploy_optimize']['domain'] ?? 0, |
| 66 | 'created_at' => date('Y年m月d日', strtotime($item['created_at'])), | 67 | 'created_at' => date('Y年m月d日', strtotime($item['created_at'])), |
| 67 | 'autologin_code' => $this->getAutoLoginCode($item['id']), | 68 | 'autologin_code' => $this->getAutoLoginCode($item['id']), |
-
请 注册 或 登录 后发表评论