Browse Source

优化开票管理增加车辆查看收款情况

master^2
fanzongzhe 2 years ago
parent
commit
12ef049b7f
  1. 2
      yxt-common/yxt-common-base/src/main/java/com/yxt/common/base/utils/WordConvertUtils.java

2
yxt-common/yxt-common-base/src/main/java/com/yxt/common/base/utils/WordConvertUtils.java

@ -87,7 +87,6 @@ public class WordConvertUtils {
OutputStream os = null;
try {
os = new FileOutputStream(file);
int bytesRead = 0;
byte[] buffer = new byte[8192];
while ((bytesRead = ins.read(buffer, 0, 8192)) != -1) {
@ -147,7 +146,6 @@ public class WordConvertUtils {
ComThread.Release();
new File(wordFile).delete();
}
}
/**

Loading…
Cancel
Save