|
@@ -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();
|