正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
| @@ -154,7 +154,7 @@ class OnlineController extends BaseController | @@ -154,7 +154,7 @@ class OnlineController extends BaseController | ||
| 154 | $this->param['created_manage_id'] = $this->manager['id']; | 154 | $this->param['created_manage_id'] = $this->manager['id']; |
| 155 | $rs = $this->model->add($this->param); | 155 | $rs = $this->model->add($this->param); |
| 156 | }else{ | 156 | }else{ |
| 157 | - $rs = $onlineCheckModel->edit($this->param,['id'=>$this->param['id']]); | 157 | + $rs = $onlineCheckModel->edit($this->param,['project_id'=>$this->param['project_id']]); |
| 158 | } | 158 | } |
| 159 | if($rs === false){ | 159 | if($rs === false){ |
| 160 | $this->response('error',Code::USER_ERROR); | 160 | $this->response('error',Code::USER_ERROR); |
-
请 注册 或 登录 后发表评论