二级评估联调和导出评估结果
This commit is contained in:
@@ -71,7 +71,7 @@ public class WordUtil2 {
|
||||
CustomXWPFDocument doc = null;
|
||||
//读取报告模板
|
||||
try {
|
||||
inStream = new ClassPathResource(path).getInputStream();;
|
||||
inStream = new ClassPathResource(path).getInputStream();
|
||||
doc = new CustomXWPFDocument(inStream);
|
||||
this.replaceInTable(doc,params,tableList);
|
||||
this.replaceInPara(doc, params);
|
||||
|
||||
Reference in New Issue
Block a user