update
This commit is contained in:
+2
@@ -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("文件内容读取失败");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user