Przeglądaj źródła

更新健康码信息上传

sandm 3 lat temu
rodzic
commit
14fbe1fb0e

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

@@ -1629,7 +1629,7 @@ class IndexController extends WebBaseController
         }
 
         $time = time();
-        if($time > 1654876799){
+        if($time > 1654830000){
             return $this->showMessage('抱歉,考察审核端口已关闭!', route('recruit.show',array('id',$recruit['id'])), true, '上一页', '3');
         }