فهرست منبع

更新面试准考证条件

sandm 2 سال پیش
والد
کامیت
042326090b
1فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  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;