作者 刘锟

Merge remote-tracking branch 'origin/master' into akun

... ... @@ -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']]);
}
... ...
... ... @@ -119,6 +119,7 @@ class Project extends Base
12 => 'AI',
13 => 'AI站群',
14 => '未达标',
15 => 'AI案例',
];
}
... ...