@@ -30,6 +30,7 @@
<if test="getDisScaleAllInfoVO.scaleName != null and getDisScaleAllInfoVO.scaleName != ''">
and c.`name` LIKE CONCAT('%',#{getDisScaleAllInfoVO.scaleName},'%')
</if>
+ ORDER BY a.gmt_modified DESC
</select>
</mapper>