Explorar o código

复试准考证

sandm %!s(int64=2) %!d(string=hai) anos
pai
achega
068ca21d6f
Modificáronse 1 ficheiros con 4 adicións e 0 borrados
  1. 4 0
      app/Http/Controllers/Web/Recruit/IndexController.php

+ 4 - 0
app/Http/Controllers/Web/Recruit/IndexController.php

@@ -1596,6 +1596,10 @@ class IndexController extends WebBaseController
                     $start = strtotime($recruit->face_health_start);
                     $end = strtotime($recruit->face_health_end);
                     break;
+                case 'reexamine':
+                    $start = strtotime($recruit->reexamine_health_start);
+                    $end = strtotime($recruit->reexamine_health_end);
+                    break;
                 default:
                     $start = strtotime($recruit->supplement_start);
                     $end = strtotime($recruit->supplement_end);