|
@@ -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]);
|