Browse Source

更新两码上传

sandm 2 years ago
parent
commit
af48ca66a7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/Http/Controllers/Web/Recruit/IndexController.php

+ 1 - 1
app/Http/Controllers/Web/Recruit/IndexController.php

@@ -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);
             }