Ver código fonte

准考证生成模板

sandm 1 ano atrás
pai
commit
0bd635cc4b

+ 10 - 1
app/Admin/Controllers/Recruit/RecruitTicketController.php

@@ -137,7 +137,16 @@ class RecruitTicketController extends Controller
                 $item = [
                     $v->realname,
                     $v->card,
-                    $post_data[$v->post_id]
+                    $post_data[$v->post_id],
+                    '',
+                    '',
+                    '',
+                    '',
+                    '',
+                    '',
+                    '',
+                    '',
+                    $v->mobile
                 ];
                 array_push($data,$item);
             }else{