RuoYi
2020-03-13 109c64e7c20e044ee3fa650f0d0599aeb64633e8
ruoyi/src/main/resources/mybatis/system/SysMenuMapper.xml
@@ -117,7 +117,7 @@
      update sys_menu
      <set>
         <if test="menuName != null and menuName != ''">menu_name = #{menuName},</if>
         <if test="parentId != null and parentId != 0">parent_id = #{parentId},</if>
         <if test="parentId != null">parent_id = #{parentId},</if>
         <if test="orderNum != null and orderNum != ''">order_num = #{orderNum},</if>
         <if test="path != null and path != ''">path = #{path},</if>
         <if test="component != null and component != ''">component = #{component},</if>