Przeglądaj źródła

更新准考证生成下标

sandm 1 rok temu
rodzic
commit
571f4c10e7

+ 5 - 6
app/Admin/Controllers/Recruit/RecruitTicketController.php

@@ -390,12 +390,11 @@ class RecruitTicketController extends Controller
                                     'ex_room' => $sheet->getCell("F{$row}")->getValue(),
                                     'ex_seat' => $sheet->getCell("G{$row}")->getValue(),
                                     'ex_time' => $sheet->getCell("H{$row}")->getValue(),
-                                    'ex_name' => $sheet->getCell("I{$row}")->getValue(),
-                                    'ex_address' => $sheet->getCell("J{$row}")->getValue(),
-                                    'ex_ready_time' => $sheet->getCell("K{$row}")->getValue(),
-                                    'extra1' => $sheet->getCell("L{$row}")->getValue(),
-                                    'extra2' => $sheet->getCell("M{$row}")->getValue(),
-                                    'extra3' => $sheet->getCell("N{$row}")->getValue()
+                                    'ex_address' => $sheet->getCell("I{$row}")->getValue(),
+                                    'ex_ready_time' => $sheet->getCell("J{$row}")->getValue(),
+                                    'extra1' => $sheet->getCell("K{$row}")->getValue(),
+                                    'extra2' => $sheet->getCell("L{$row}")->getValue(),
+                                    'extra3' => $sheet->getCell("M{$row}")->getValue()
                                 ];
                             }
                             Recruit::where('id',$data['recruit_id'])->update(['face_ticket_status' => 1]);