blade-service/blade-mdm/src/main/java/org/springblade/mdm/utils/FileContentUtil.java
@@ -104,11 +104,10 @@ byte[] buffer = new byte[2048]; try { int actRead = inputStream.read(buffer); detector.handleData(buffer, 0, actRead); //识别结束必须调用这个方法 detector.dataEnd(); detector.reset(); } catch (IOException e) { throw new RuntimeException(e); }