|
@@ -1378,7 +1378,7 @@ class IndexController extends WebBaseController
|
|
|
if(!$appoint_info){
|
|
|
return $this->showMessage('抱歉,您没有报名,无需补登!', route('recruit.show',array('id',$recruit['id'])), true, '上一页', '3');
|
|
|
}
|
|
|
- if(!$appoint_info->pen_audit != 1){
|
|
|
+ if($appoint_info->pen_audit != 1){
|
|
|
return $this->showMessage('抱歉,您无需补登!', route('recruit.show',array('id',$recruit['id'])), true, '上一页', '3');
|
|
|
}
|
|
|
|