正在显示
1 个修改的文件
包含
1 行增加
和
0 行删除
| @@ -42,6 +42,7 @@ class AggregationSettingController extends BaseController | @@ -42,6 +42,7 @@ class AggregationSettingController extends BaseController | ||
| 42 | 'project_id'=>$this->user['project_id'] | 42 | 'project_id'=>$this->user['project_id'] |
| 43 | ]; | 43 | ]; |
| 44 | $aggSettingModel->add($data); | 44 | $aggSettingModel->add($data); |
| 45 | + $info = $data; | ||
| 45 | } | 46 | } |
| 46 | $this->response('success',Code::SUCCESS,$info); | 47 | $this->response('success',Code::SUCCESS,$info); |
| 47 | } | 48 | } |
-
请 注册 或 登录 后发表评论