合并分支 'akun' 到 'master'
Akun 查看合并请求 !215
正在显示
1 个修改的文件
包含
1 行增加
和
0 行删除
| @@ -32,6 +32,7 @@ class ImportLogic extends BaseLogic | @@ -32,6 +32,7 @@ class ImportLogic extends BaseLogic | ||
| 32 | 32 | ||
| 33 | $this->param['project_id'] = $this->user['project_id']; | 33 | $this->param['project_id'] = $this->user['project_id']; |
| 34 | $this->param['user_id'] = $this->user['id']; | 34 | $this->param['user_id'] = $this->user['id']; |
| 35 | + $this->param['status'] = 9; | ||
| 35 | $rs = $this->model->add($this->param); | 36 | $rs = $this->model->add($this->param); |
| 36 | if($rs === false){ | 37 | if($rs === false){ |
| 37 | $this->fail('error'); | 38 | $this->fail('error'); |
-
请 注册 或 登录 后发表评论