正在显示
1 个修改的文件
包含
1 行增加
和
0 行删除
| @@ -209,6 +209,7 @@ class ProjectLogic extends BaseLogic | @@ -209,6 +209,7 @@ class ProjectLogic extends BaseLogic | ||
| 209 | $data['level'] = $this->model::levelMap(); | 209 | $data['level'] = $this->model::levelMap(); |
| 210 | $data['type'] = $this->model::typeMap(); | 210 | $data['type'] = $this->model::typeMap(); |
| 211 | $data['special'] = $this->model::specialMap(); | 211 | $data['special'] = $this->model::specialMap(); |
| 212 | + $data['plan'] = $this->model::planMap(); | ||
| 212 | return $data; | 213 | return $data; |
| 213 | } | 214 | } |
| 214 | 215 |
-
请 注册 或 登录 后发表评论