|
@@ -1979,7 +1979,7 @@ class IndexController extends WebBaseController
|
|
|
}
|
|
|
$data['h_status'] = $h_status;
|
|
|
$data['h_msg'] = $h_status == 1 ? '健康码自动审核通过' : implode(';',$health_msg);
|
|
|
- $appoint_info->health_audit = $h_status;
|
|
|
+ $appoint_info->health_audit = $h_status == 1 ? 1 : 4;
|
|
|
$data['health_code'] = json_encode($health_code);
|
|
|
}
|
|
|
|