Commit 2ea3bea2 authored by hongguangwu's avatar hongguangwu

MVP1.7.2 工行5次提交_加日志

parent 0b00c70a
...@@ -642,7 +642,7 @@ public class IcbcTransactionFlowIssueServiceImpl extends ServiceImpl<EkpSocialIn ...@@ -642,7 +642,7 @@ public class IcbcTransactionFlowIssueServiceImpl extends ServiceImpl<EkpSocialIn
templateIs = this.getClass().getResourceAsStream("/template/ekpBankTemplat.xls"); templateIs = this.getClass().getResourceAsStream("/template/ekpBankTemplat.xls");
EasyExcelFactory.write(out).withTemplate(templateIs).excelType(ExcelTypeEnum.XLS) EasyExcelFactory.write(out).withTemplate(templateIs).excelType(ExcelTypeEnum.XLS)
.sheet("Sheet1") // 根据需要选择或指定sheet名称 .sheet("模板") // 根据需要选择或指定sheet名称
//.doFill(accountList, fillConfig) //.doFill(accountList, fillConfig)
.doWrite(list); .doWrite(list);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment