|
|
@ -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起始编号
|
|
|
|