소스 검색

2023村务选岗

sandm 1 년 전
부모
커밋
dd921adae9
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  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){