20250819 更新

This commit is contained in:
杨海航
2025-08-19 17:48:32 +08:00
parent 587623c8ac
commit ba5b74f295

View File

@@ -111,7 +111,7 @@ public class ExcelOperationServiceImpl implements ExcelOperationService {
.collect(Collectors.toMap(DrugLite::getName, Function.identity())); .collect(Collectors.toMap(DrugLite::getName, Function.identity()));
// 3. 读取Excel内容从第一行数据开始读取 // 3. 读取Excel内容从第一行数据开始读取
int headIndex = 1; int headIndex = 0;
List<Map<String, String>> data = ExcelUtils.readExcel(file, headIndex); List<Map<String, String>> data = ExcelUtils.readExcel(file, headIndex);
// 3.1 获取当前委托下已有检材数作为orderNo起始编号 // 3.1 获取当前委托下已有检材数作为orderNo起始编号