From f80f0e35f348005d4657f4008ef9cd24861b1ab9 Mon Sep 17 00:00:00 2001 From: RuoYi <yzz_ivy@163.com> Date: 星期四, 06 五月 2021 20:31:02 +0800 Subject: [PATCH] 添加新群号:201396349 --- src/main/resources/mybatis/system/SysMenuMapper.xml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/main/resources/mybatis/system/SysMenuMapper.xml b/src/main/resources/mybatis/system/SysMenuMapper.xml index 539843d..a674933 100644 --- a/src/main/resources/mybatis/system/SysMenuMapper.xml +++ b/src/main/resources/mybatis/system/SysMenuMapper.xml @@ -131,7 +131,7 @@ <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> + <if test="component != null">component = #{component},</if> <if test="isFrame != null and isFrame != ''">is_frame = #{isFrame},</if> <if test="isCache != null and isCache != ''">is_cache = #{isCache},</if> <if test="menuType != null and menuType != ''">menu_type = #{menuType},</if> -- Gitblit v1.9.3