mirror of
https://github.com/yangzongzhuan/RuoYi.git
synced 2026-01-16 15:34:59 +00:00
菜单管理支持批量保存排序
This commit is contained in:
@@ -188,4 +188,10 @@
|
||||
)
|
||||
</insert>
|
||||
|
||||
<update id="updateMenuSort" parameterType="SysMenu">
|
||||
update sys_menu
|
||||
set order_num = #{orderNum}
|
||||
where menu_id = #{menuId}
|
||||
</update>
|
||||
|
||||
</mapper>
|
||||
Reference in New Issue
Block a user