anderx пре 1 година
родитељ
комит
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>