Commit 24cfe797 authored by 赵啸非's avatar 赵啸非

修改缓存刷新

parent 9d79d287
Pipeline #2723 canceled with stages
......@@ -106,7 +106,7 @@ public class WordUtil {
log.info("转换结束,开始拼接图片:{}",pageCount);
BufferedImage mergeImage = mergeImage(false, imageList);
ImageIO.write(mergeImage, "jpg", file);
ImageIO.write(mergeImage, "png", file);
// 转换结束后时间
/* doc.save(jpegPath);*/
doc.cleanup();
......
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