Browse Source

更新两码上传

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

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

@@ -1926,7 +1926,9 @@ class IndexController extends WebBaseController
                 }
                 }
             }
             }
             $info->trip_code = json_encode($trip_code);
             $info->trip_code = json_encode($trip_code);
-
+            $info->h_status = 0;
+            $appoint_info->health_audit = 4;
+            $appoint_info->save();
             $info->save();
             $info->save();
             return ['status' => 1, 'msg' => '提交成功', 'data' => ''];
             return ['status' => 1, 'msg' => '提交成功', 'data' => ''];
         }else{
         }else{