ソースを参照

优化下载裁决书功能

qitz 2 年 前
コミット
4eb62becc5
共有1 個のファイルを変更した0 個の追加9 個の削除を含む
  1. 0
    9
      ruoyi-common/src/main/java/com/ruoyi/common/constant/FileTransformation.java

+ 0
- 9
ruoyi-common/src/main/java/com/ruoyi/common/constant/FileTransformation.java ファイルの表示

@@ -97,15 +97,9 @@ public class FileTransformation {
97 97
                 fileOutputStream.write(buffer, 0, length);
98 98
             }
99 99
             downLoadFileFlag = true;
100
-
101
-            System.out.println("下载签署裁决书,downLoadFileFlag:--------------" +downLoadFileFlag);
102
-
103 100
         } catch (IOException e) {
104 101
             EsignDemoException ex = new EsignDemoException("获取文件流异常", e);
105 102
             ex.initCause(e);
106
-
107
-            System.out.println("下载签署裁决书,downLoadFileFlag:--------------" +downLoadFileFlag);
108
-
109 103
             return downLoadFileFlag;
110 104
         } finally {
111 105
             try {
@@ -118,9 +112,6 @@ public class FileTransformation {
118 112
             } catch (IOException e) {
119 113
                 EsignDemoException ex = new EsignDemoException("关闭文件流异常", e);
120 114
                 ex.initCause(e);
121
-
122
-                System.out.println("下载签署裁决书,downLoadFileFlag:--------------" +downLoadFileFlag);
123
-
124 115
                 return downLoadFileFlag;
125 116
             }
126 117
         }