优化下载裁决书功能
This commit is contained in:
@@ -97,15 +97,9 @@ public class FileTransformation {
|
||||
fileOutputStream.write(buffer, 0, length);
|
||||
}
|
||||
downLoadFileFlag = true;
|
||||
|
||||
System.out.println("下载签署裁决书,downLoadFileFlag:--------------" +downLoadFileFlag);
|
||||
|
||||
} catch (IOException e) {
|
||||
EsignDemoException ex = new EsignDemoException("获取文件流异常", e);
|
||||
ex.initCause(e);
|
||||
|
||||
System.out.println("下载签署裁决书,downLoadFileFlag:--------------" +downLoadFileFlag);
|
||||
|
||||
return downLoadFileFlag;
|
||||
} finally {
|
||||
try {
|
||||
@@ -118,9 +112,6 @@ public class FileTransformation {
|
||||
} catch (IOException e) {
|
||||
EsignDemoException ex = new EsignDemoException("关闭文件流异常", e);
|
||||
ex.initCause(e);
|
||||
|
||||
System.out.println("下载签署裁决书,downLoadFileFlag:--------------" +downLoadFileFlag);
|
||||
|
||||
return downLoadFileFlag;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user