qitz 2 лет назад
Родитель
Сommit
6b1ee10b33

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

@@ -556,7 +556,7 @@ public class AdjudicationServiceImpl implements IAdjudicationService {
556 556
             for (CaseAttach caseAttach : caseAttachList) {
557 557
                 if (caseAttach.getAnnexType() == 3) {
558 558
                     String annexName = caseAttach.getAnnexName();
559
-                    String prefix = "/profile/upload/";
559
+                    String prefix = "/profile/upload";
560 560
                     int startIndex = prefix.length();
561 561
                     String path = caseAttach.getAnnexPath() + annexName.substring(startIndex);
562 562
                     file = new File(path);

+ 1
- 0
ruoyi-system/src/main/resources/mapper/wisdomarbitrate/SendMailRecordMapper.xml Просмотреть файл

@@ -25,6 +25,7 @@
25 25
                 AND c.case_num = #{caseNum}
26 26
             </if>
27 27
         </where>
28
+        order by s.send_time desc
28 29
     </select>
29 30
 
30 31
     <insert id="saveSendMailRecord">