新增角色菜单临时接口

This commit is contained in:
zhangchenbiao
2023-07-25 15:56:57 +08:00
committed by feng.li
parent a2bcaacb47
commit 0a83bd3a3d
18 changed files with 459 additions and 27 deletions

View File

@@ -28,7 +28,7 @@
id, parent_id, code, name, alias, path, perms, source, sort, category, action, remark,
platform, is_deleted, type, target, component, icon, menu_type, env, common_functions_icon
</sql>
<insert id="insertSelective" keyColumn="id" keyProperty="record.id" useGeneratedKeys="true">
<insert id="insertSelective" keyColumn="id" keyProperty="id" useGeneratedKeys="true">
insert into sys_menu
<trim prefix="(" suffix=")" suffixOverrides=",">
<if test="parentId != null">