Ver Fonte

村务材料补登

sandm há 3 anos atrás
pai
commit
c0496444ca
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      app/Http/Controllers/Web/Recruit/IndexController.php

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

@@ -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');
         }