anderx 1 год назад
Родитель
Сommit
238ac3fe08
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      src/main/java/com/goafanti/common/mapper/PublicReleaseMapper.xml

+ 1 - 0
src/main/java/com/goafanti/common/mapper/PublicReleaseMapper.xml

@@ -787,6 +787,7 @@
         <if test="allStatus == 2">
             and toc.exceed_duration >0
         </if>
+        order by contract_no desc
     </select>
 </mapper>