fix lại một số lỗi liên quan đến model dẫn đến không ghi dữ liệu

This commit is contained in:
2026-04-07 09:41:02 +07:00
parent 60a3193855
commit 9d0a872e91
2 changed files with 4 additions and 2 deletions
+3 -1
View File
@@ -26,7 +26,9 @@ class User extends Authenticatable
'name',
'phone',
'job',
'spined'
'spined',
'address',
'known_sis'
];
/**
@@ -16,7 +16,7 @@ $sheet->setCellValue('B1', 'HỌ TÊN');
$sheet->setCellValue('C1', 'SỐ ĐIỆN THOẠI');
$sheet->setCellValue('D1', 'NGHỀ NGHIỆP');
$sheet->setCellValue('E1', 'TÊN GIẢI THƯỞNG');
$sheet->setCellValue('F1', 'NGÀY QUAY SỐ');
$sheet->setCellValue('F1', 'NGÀY QUAY SỐ');
$sheet->setCellValue('G1', 'ĐỊA CHỈ');
$sheet->setCellValue('H1', 'BIẾT VỀ SIS');
$row = 1;// Initialize row counter