菜单排序

This commit is contained in:
张松 2025-03-11 10:19:10 +08:00
parent 781299b027
commit c2e1afa8d8
1 changed files with 1 additions and 0 deletions

View File

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