@@ -11,6 +11,7 @@
and type_name LIKE CONCAT('%',#{typeName},'%')
</if>
</where>
+ order by create_time desc
</select>
</mapper>