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

This commit is contained in:
fanzongzhe
2023-07-21 16:04:38 +08:00
parent 2d2b09c4ea
commit 12ef049b7f

View File

@@ -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();
}
}
/**