作者 lyh

gx

@@ -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 }