Browse Source

更新两码上传

sandm 3 năm trước cách đây
mục cha
commit
28a4ac98c0
1 tập tin đã thay đổi với 3 bổ sung1 xóa
  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->h_status = 0;
+            $appoint_info->health_audit = 4;
+            $appoint_info->save();
             $info->save();
             return ['status' => 1, 'msg' => '提交成功', 'data' => ''];
         }else{