From 4e87f5f570a84621734035217f08882f52809c48 Mon Sep 17 00:00:00 2001 From: puzhibing <393733352@qq.com> Date: 星期二, 06 五月 2025 18:32:35 +0800 Subject: [PATCH] 修改bug --- ruoyi-modules/ruoyi-system/src/main/resources/mapping/system/SysRoleMapper.xml | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/ruoyi-modules/ruoyi-system/src/main/resources/mapping/system/SysRoleMapper.xml b/ruoyi-modules/ruoyi-system/src/main/resources/mapping/system/SysRoleMapper.xml index 51fa0ec..5f7a306 100644 --- a/ruoyi-modules/ruoyi-system/src/main/resources/mapping/system/SysRoleMapper.xml +++ b/ruoyi-modules/ruoyi-system/src/main/resources/mapping/system/SysRoleMapper.xml @@ -101,7 +101,6 @@ <if test="status != null and status != ''">status,</if> <if test="remark != null and remark != ''">remark,</if> <if test="createBy != null and createBy != ''">create_by,</if> - <if test="shopId != null and shopId != ''">shop_id,</if> create_time )values( <if test="roleId != null and roleId != 0">#{roleId},</if> @@ -111,7 +110,6 @@ <if test="status != null and status != ''">#{status},</if> <if test="remark != null and remark != ''">#{remark},</if> <if test="createBy != null and createBy != ''">#{createBy},</if> - <if test="shopId != null and shopId != ''">#{shopId},</if> sysdate() ) </insert> -- Gitblit v1.7.1