Explorar o código

村务材料补登

sandm %!s(int64=3) %!d(string=hai) anos
pai
achega
c0496444ca
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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');
         }