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