sandm 3 жил өмнө
parent
commit
c0496444ca

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

@@ -1378,7 +1378,7 @@ class IndexController extends WebBaseController
         if(!$appoint_info){
         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){
+        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');
         }
         }