Explorar el Código

更新两码上传

sandm hace 2 años
padre
commit
28a4ac98c0
Se han modificado 1 ficheros con 3 adiciones y 1 borrados
  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{