|
@@ -123,7 +123,7 @@ public class IndexController {
|
|
|
//平台模板platform_template.xml
|
|
|
//学协会模板association_template.xml
|
|
|
// 生成Word文档
|
|
|
- DocxGenerator.init(associationReport,"association_template.xml",wordExportpath);
|
|
|
+ DocxGenerator.init(report,"foundation_template.xml",wordExportpath);
|
|
|
// 将Word文档转换为PDF
|
|
|
WordToPdfUtil.wordToPdf(wordExportpath,pdfFilePath);
|
|
|
} catch (Exception e) {
|