优化开票管理增加车辆查看收款情况
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user