正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
| @@ -71,7 +71,7 @@ class OnlineCheckLogic extends BaseLogic | @@ -71,7 +71,7 @@ class OnlineCheckLogic extends BaseLogic | ||
| 71 | $this->param['type'] . '_mid' => $this->manager['id'], | 71 | $this->param['type'] . '_mid' => $this->manager['id'], |
| 72 | $this->param['type'] . '_check_time' => date('Y-m-d H:i:s'), | 72 | $this->param['type'] . '_check_time' => date('Y-m-d H:i:s'), |
| 73 | $this->param['type'] . '_status' => $this->param['status'], | 73 | $this->param['type'] . '_status' => $this->param['status'], |
| 74 | - 'remark' => $param['remark'] ??'', | 74 | + 'remark' => $this->param['remark'] ??'', |
| 75 | ]; | 75 | ]; |
| 76 | return $this->model->edit($data,['id'=>$info['id']]); | 76 | return $this->model->edit($data,['id'=>$info['id']]); |
| 77 | } | 77 | } |
-
请 注册 或 登录 后发表评论