调整导入异常提示
This commit is contained in:
parent
787bab6b8d
commit
520d61d8ef
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue