Merge branch 'wwq' into dev

This commit is contained in:
bx1834938347-prog 2026-01-06 10:40:55 +08:00
commit 49c5fb6196

View File

@ -358,7 +358,7 @@ func readExcel(excelPath string) ([]excelData, error) {
subName := getCellValue(f, sheetName, i, 0)
name := getCellValue(f, sheetName, i, 1)
data := excelData{
Line: uint(i - 1),
Line: uint(i + 1),
SubName: subName,
Name: name,
}