正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
@@ -308,7 +308,7 @@ func (srv ExcelDataService) ImportCost(importDataCommand *command.ImportDataComm | @@ -308,7 +308,7 @@ func (srv ExcelDataService) ImportCost(importDataCommand *command.ImportDataComm | ||
308 | }, | 308 | }, |
309 | } | 309 | } |
310 | for key, v := range excelData { | 310 | for key, v := range excelData { |
311 | - _, mBytes, err := f.GetPicture(f.GetSheetName(index), "E"+fmt.Sprintf("%v", excelImport.RowBegin+key)) | 311 | + _, mBytes, err := f.GetPicture(f.GetSheetName(index), "E"+fmt.Sprintf("%v", excelImport.RowBegin+key+1)) |
312 | if err != nil { | 312 | if err != nil { |
313 | return nil, application.ThrowError(application.INTERNAL_SERVER_ERROR, "读取图片失败") | 313 | return nil, application.ThrowError(application.INTERNAL_SERVER_ERROR, "读取图片失败") |
314 | } | 314 | } |
-
请 注册 或 登录 后发表评论