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