作者 lyh

gx

... ... @@ -71,7 +71,7 @@ class OnlineCheckLogic extends BaseLogic
$this->param['type'] . '_mid' => $this->manager['id'],
$this->param['type'] . '_check_time' => date('Y-m-d H:i:s'),
$this->param['type'] . '_status' => $this->param['status'],
'remark' => $param['remark'] ??'',
'remark' => $this->param['remark'] ??'',
];
return $this->model->edit($data,['id'=>$info['id']]);
}
... ...