update
This commit is contained in:
+2
@@ -60,8 +60,10 @@ public class ReadWordUtil {
|
|||||||
}
|
}
|
||||||
return str;
|
return str;
|
||||||
} catch (Exception e) {
|
} catch (Exception e) {
|
||||||
|
e.printStackTrace();
|
||||||
throw new JeroBootException("文件内容读取失败");
|
throw new JeroBootException("文件内容读取失败");
|
||||||
}catch (NoSuchFieldError e){
|
}catch (NoSuchFieldError e){
|
||||||
|
e.printStackTrace();
|
||||||
throw new JeroBootException("文件内容读取失败");
|
throw new JeroBootException("文件内容读取失败");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user