Explorar el Código

更新面试准考证条件

sandm hace 2 años
padre
commit
042326090b
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      app/Http/Controllers/Web/Recruit/IndexController.php

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

@@ -140,9 +140,9 @@ class IndexController extends WebBaseController
                 if(!$face_health){
                     $time = time();
                     if(strtotime($recruit->face_health_start) < $time && strtotime($recruit->face_health_end) > $time){
-                        $appoint_info->face_ticket = -3;
-                    }else{
                         $appoint_info->face_ticket = -2;
+                    }else{
+                        $appoint_info->face_ticket = -3;
                     }
                 }else{
                     $appoint_info->face_ticket = 1;