Parcourir la source

未登录 情况置默认值

sandm il y a 3 ans
Parent
commit
ec04822561
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. 1 0
      app/Http/Controllers/Web/Recruit/IndexController.php

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

@@ -122,6 +122,7 @@ class IndexController extends WebBaseController
             $appoint_info->realname = '';
             $appoint_info->card = '';
             $appoint_info->mobile = '';
+            $appoint_info->sex = 0;
         }
 
         $notice = $request->input('notice',0);