菜单排序

This commit is contained in:
张松
2025-03-11 10:19:10 +08:00
parent 781299b027
commit c2e1afa8d8

View File

@@ -13,5 +13,6 @@
<if test="type != null"> <if test="type != null">
and c.type=#{type} and c.type=#{type}
</if> </if>
order by menu_sort desc
</select> </select>
</mapper> </mapper>