Просмотр исходного кода

11.3发版,注释秦工下载文件代码

hejinbo 2 лет назад
Родитель
Сommit
e85fb44ef2

+ 1
- 1
ruoyi-system/src/main/java/com/ruoyi/wisdomarbitrate/service/impl/AdjudicationServiceImpl.java Просмотреть файл

582
             for (CaseAttach caseAttach : caseAttachList) {
582
             for (CaseAttach caseAttach : caseAttachList) {
583
                 if (caseAttach.getAnnexType() == 3) {
583
                 if (caseAttach.getAnnexType() == 3) {
584
                     String annexName = caseAttach.getAnnexName();
584
                     String annexName = caseAttach.getAnnexName();
585
-                    String prefix = "/profile/upload";
585
+                    String prefix = "/profile/upload/";
586
                     int startIndex = prefix.length();
586
                     int startIndex = prefix.length();
587
                     String path = caseAttach.getAnnexPath() + annexName.substring(startIndex);
587
                     String path = caseAttach.getAnnexPath() + annexName.substring(startIndex);
588
                     file = new File(path);
588
                     file = new File(path);

+ 3
- 11
ruoyi-system/src/main/java/com/ruoyi/wisdomarbitrate/utils/FixSelectFlowDetailUtils.java Просмотреть файл

43
         Gson gson = new Gson();
43
         Gson gson = new Gson();
44
 
44
 
45
         SealSignRecord sealSignRecordselect = new SealSignRecord();
45
         SealSignRecord sealSignRecordselect = new SealSignRecord();
46
-//        sealSignRecordselect.setSignFlowStatus(1);
46
+        // sealSignRecordselect.setSignFlowStatus(1);
47
         List<SealSignRecord> sealSignRecords = sealSignRecordMapper.selectSealSignRecordbyStat(sealSignRecordselect);
47
         List<SealSignRecord> sealSignRecords = sealSignRecordMapper.selectSealSignRecordbyStat(sealSignRecordselect);
48
 
48
 
49
         try {
49
         try {
118
                                     caseApplication.setFilearbitraUrl(filearbitraUrl);
118
                                     caseApplication.setFilearbitraUrl(filearbitraUrl);
119
                                     caseApplicationMapper.submitCaseApplication(caseApplication);
119
                                     caseApplicationMapper.submitCaseApplication(caseApplication);
120
 
120
 
121
-                                    LocalDate now = LocalDate.now();
121
+                     /*               LocalDate now = LocalDate.now();
122
                                     String year = Integer.toString(now.getYear());
122
                                     String year = Integer.toString(now.getYear());
123
                                     String month = String.format("%02d", now.getMonthValue());
123
                                     String month = String.format("%02d", now.getMonthValue());
124
                                     String day = String.format("%02d", now.getDayOfMonth());
124
                                     String day = String.format("%02d", now.getDayOfMonth());
137
                                        caseAttach.setAnnexPath(savePath);
137
                                        caseAttach.setAnnexPath(savePath);
138
                                        caseAttach.setAnnexName(saveName);
138
                                        caseAttach.setAnnexName(saveName);
139
                                        caseAttachMapper.updateCaseAttachBycaseid(caseAttach);
139
                                        caseAttachMapper.updateCaseAttachBycaseid(caseAttach);
140
-                                   }
140
+                                   }*/
141
 
141
 
142
                                 }
142
                                 }
143
                             }
143
                             }
147
                 }
147
                 }
148
 
148
 
149
             }
149
             }
150
-
151
-
152
-
153
         } catch (EsignDemoException e) {
150
         } catch (EsignDemoException e) {
154
             e.printStackTrace();
151
             e.printStackTrace();
155
         }
152
         }
198
 
195
 
199
     }
196
     }
200
 
197
 
201
-
202
-
203
-
204
-
205
-
206
 }
198
 }