This commit is contained in:
wangzhijiang
2022-09-08 20:09:25 +08:00
parent 5464db38a0
commit cf76f27546
@@ -60,8 +60,10 @@ public class ReadWordUtil {
}
return str;
} catch (Exception e) {
e.printStackTrace();
throw new JeroBootException("文件内容读取失败");
}catch (NoSuchFieldError e){
e.printStackTrace();
throw new JeroBootException("文件内容读取失败");
}
}