Commit dabc26ac authored by 赵啸非's avatar 赵啸非

添加应用配置列表

parent 816c0d93
......@@ -432,7 +432,8 @@ public class MatterDatumServiceImpl extends AbstractCRUDServiceImpl<MatterDatumD
if (!ObjectUtils.isEmpty(docTemplateEntity)) {
String path = rootPath + docTemplateEntity.getTemplatePath();
String templateName = FileUtil.getName(path);
Configure config = builder.build();
Configure config = builder.useSpringEL().build();
XWPFTemplate template = null;
ByteArrayOutputStream byteArrayOutputStream = null;
try {
......
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