文档库--读取文件内容

This commit is contained in:
zhn
2022-03-30 18:20:18 +08:00
parent 50a3e7b7ea
commit f4171498df
@@ -40,6 +40,8 @@ public class ReadWordUtil {
return str;
} catch (Exception e) {
throw new JeroBootException("文件内容读取失败");
}catch (NoSuchFieldError e){
throw new JeroBootException("文件内容读取失败");
}
}
}