正在显示
1 个修改的文件
包含
1 行增加
和
0 行删除
| @@ -57,6 +57,7 @@ class ProcessRecordsLogic extends BaseLogic | @@ -57,6 +57,7 @@ class ProcessRecordsLogic extends BaseLogic | ||
| 57 | public function recordSave(){ | 57 | public function recordSave(){ |
| 58 | $info = $this->model->read(['project_id'=>$this->param['project_id']]); | 58 | $info = $this->model->read(['project_id'=>$this->param['project_id']]); |
| 59 | $this->param['operator_id'] = $this->manager['id']; | 59 | $this->param['operator_id'] = $this->manager['id']; |
| 60 | + $this->param['record'] = json_encode($this->param['record']); | ||
| 60 | if($info === false){ | 61 | if($info === false){ |
| 61 | $res = $this->model->add($this->param); | 62 | $res = $this->model->add($this->param); |
| 62 | }else{ | 63 | }else{ |
-
请 注册 或 登录 后发表评论