Browse Source

菜单权限修改

develop
王兴琳 6 months ago
parent
commit
def7886bf6
  1. 2
      ruoyi-system/src/main/resources/mapper/system/SysMenuMapper.xml

2
ruoyi-system/src/main/resources/mapper/system/SysMenuMapper.xml

@ -156,7 +156,7 @@
<if test="icon !=null and icon != ''">icon = #{icon},</if> <if test="icon !=null and icon != ''">icon = #{icon},</if>
<if test="remark != null and remark != ''">remark = #{remark},</if> <if test="remark != null and remark != ''">remark = #{remark},</if>
<if test="updateBy != null and updateBy != ''">update_by = #{updateBy},</if> <if test="updateBy != null and updateBy != ''">update_by = #{updateBy},</if>
<if test="distinguish != null and distinguish != ''">distinguish = #{distinguish},</if> <if test="distinguish != null ">distinguish = #{distinguish},</if>
update_time = sysdate() update_time = sysdate()
</set> </set>
where menu_id = #{menuId} where menu_id = #{menuId}

Loading…
Cancel
Save