@@ -129,6 +129,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<if test="prefixName != null and prefixName != ''">
AND c.prefix_name like concat('%', #{prefixName}, '%')
</if>
+ ORDER BY c.module_id DESC
</select>