Browse Source

增加补充报名功能

sandm 2 years ago
parent
commit
526cc3b8ec
1 changed files with 2 additions and 0 deletions
  1. 2 0
      app/Http/Controllers/Web/Recruit/IndexController.php

+ 2 - 0
app/Http/Controllers/Web/Recruit/IndexController.php

@@ -186,6 +186,8 @@ class IndexController extends WebBaseController
             $appoint_info->card = '';
             $appoint_info->card = '';
             $appoint_info->mobile = '';
             $appoint_info->mobile = '';
             $appoint_info->sex = 0;
             $appoint_info->sex = 0;
+            $appoint_info->adjust = 0;
+            $appoint_info->adjust_limit = 0;
         }
         }
 
 
         $notice = $request->input('notice',0);
         $notice = $request->input('notice',0);