20250819 更新

master
杨海航 4 days ago
parent 587623c8ac
commit ba5b74f295
  1. 2
      src/main/java/digital/laboratory/platform/entrustment/service/impl/ExcelOperationServiceImpl.java

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

Loading…
Cancel
Save