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

重构部分功能模块

parent 0ee38957
...@@ -340,7 +340,7 @@ public class MatterDatumServiceImpl extends AbstractCRUDServiceImpl<MatterDatumD ...@@ -340,7 +340,7 @@ public class MatterDatumServiceImpl extends AbstractCRUDServiceImpl<MatterDatumD
//转换预览图片 //转换预览图片
String fileName = RandomUtil.randomNumbers(12) + ".jpg"; String fileName = RandomUtil.randomNumbers(12) + ".jpg";
String preView = this.filePath + "file/preview/" + fileName; String preView = this.filePath + "file/preview/" + fileName;
log.info(String.format("mergedocPath:%s,preViewPath:%s", mergedocPath,preView)); log.info(String.format("mergedoc:%s,preViewPath:%s", mergedoc,preView));
WordUtil.convertWordToJPEG(mergedoc, preView); WordUtil.convertWordToJPEG(mergedoc, preView);
log.info("preView:" + mergedocPath); log.info("preView:" + mergedocPath);
//下载地址拼装 //下载地址拼装
......
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