Jelajahi Sumber

2023村务选岗

sandm 1 tahun lalu
induk
melakukan
dd921adae9
1 mengubah file dengan 2 tambahan dan 2 penghapusan
  1. 2 2
      app/Http/Controllers/Web/Recruit/IndexController.php

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

@@ -2318,8 +2318,8 @@ class IndexController extends WebBaseController
         }
         //手动设置择岗时间段
         $time = time();
-        //if($time > 1694394000 || $time < 1694491200){
-        if($time > 1694491200){
+        if($time > 1694491200 || $time < 1694394000){
+        //if($time > 1694491200){
             return $this->showMessage('抱歉,未到择岗时间!', route('recruit.show',array('id',$recruit_id)), true, '上一页', '2');
         }
         if($info->type == 1){