Răsfoiți Sursa

时间更改

linwu 1 an în urmă
părinte
comite
c984422848
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      app/Http/Controllers/Web/Recruit/IndexController.php

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

@@ -2532,7 +2532,7 @@ class IndexController extends WebBaseController
         $recruit_id = $request->input('recruit_id');
         $appoint_id = $request->input('appoint_id');
         $time = time();
-        if($time > 1663300800 || $time < 1663200000){
+        if($time > 1694491200 || $time < 1694394000){
             return $this->showMessage('抱歉,未到择岗时间!', route('recruit.show',array('id',$recruit_id)), true, '上一页', '2');
         }
         $info = RecruitAppointSelect::where('uid',$uid)->where('recruit_id',$recruit_id)->where('appoint_id',$appoint_id)->first();