Commit 556466dc authored by 赵啸非's avatar 赵啸非

重构部分功能模块

parent a21703a7
Pipeline #2342 canceled with stages
......@@ -134,8 +134,8 @@ public class WordUtil {
log.info("文件转换结束,共耗时:" + ((now - old) / 1000.0) + "秒");
return jpegPath;
} catch (Exception e) {
log.error(e);
throw new AppException(String.format("文件转换异常!", e.getMessage()));
log.error("文件转换异常!",e);
throw new AppException(String.format("文件转换异常! %s", e.getMessage()));
}
}
......
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