|
@@ -1383,7 +1383,7 @@ class IndexController extends WebBaseController
|
|
|
$face_ticket = RecruitTicket::where('appoint_id',$appoint_info->id)->where('ex_type',3)->first();
|
|
|
if($face_ticket){
|
|
|
$health = RecruitSupplement::where('appoint_id',$appoint_info->id)->first();
|
|
|
- if(!$health || $health->h_status == 0){
|
|
|
+ if((!$health || $health->h_status == 0) && $recruit->pen_epidemic){
|
|
|
return $this->showMessage('健康审核信息未通过!', route('home'), true, '上一页', '3');
|
|
|
}
|
|
|
$time = time();
|