Ver código fonte

2023村务选岗

sandm 1 ano atrás
pai
commit
dd921adae9

+ 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){