更新
This commit is contained in:
parent
5bf67e0220
commit
513a77071b
@ -757,7 +757,7 @@ public class DlRepairTicketsServiceImpl extends ServiceImpl<DlRepairTicketsMappe
|
||||
// 构建数据对象
|
||||
Map<String, Object> params = new HashMap<>();
|
||||
String fileName = "结算单.docx";
|
||||
String tmpPath = "D:\\" + fileName;
|
||||
String tmpPath = "./File" + fileName;
|
||||
// 设置列表配置,如果有多个列表时需加.bind("list1", policy) 新列表配置即可
|
||||
ConfigureBuilder configureBuilder = Configure.builder();
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user