调整导入异常提示

This commit is contained in:
jing's 2023-12-15 10:13:09 +08:00
parent 787bab6b8d
commit 520d61d8ef
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ public class ExportDeviceHelper {
.writerSheet("EBOM导出")//指定写入的sheet
.needHead(false)//是否需要head
.build();
buildHeader(2, voObj.getDeviceInfo(), sheet, writer, tableNoCounting);
buildList(voObj.getSingleList(), sheet, writer, tableNoCounting);