|
@@ -1376,10 +1376,10 @@ class IndexController extends WebBaseController
|
|
|
|
|
|
$appoint_info = RecruitAppointInfo::where('uid',$uid)->where('recruit_id',$id)->first();
|
|
|
if(!$appoint_info){
|
|
|
- return $this->showMessage('抱歉,您没有报名,无需补登!', route('recruit.show',array('id',$recruit['id'])), true, '上一页', '3');
|
|
|
+ return $this->showMessage('抱歉,您没有报名,无需考察审核!', route('recruit.show',array('id',$recruit['id'])), true, '上一页', '3');
|
|
|
}
|
|
|
if($appoint_info->pen_audit != 1){
|
|
|
- return $this->showMessage('抱歉,您无需补登!', route('recruit.show',array('id',$recruit['id'])), true, '上一页', '3');
|
|
|
+ return $this->showMessage('抱歉,您未入闱,无需考察审核!', route('recruit.show',array('id',$recruit['id'])), true, '上一页', '3');
|
|
|
}
|
|
|
|
|
|
$info = RecruitSupplement::where('appoint_id',$appoint_info->id)->first();
|