作者 刘锟

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

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