From 1aa18c523d9d6f0a5c135169aa1a02f2b5ccb223 Mon Sep 17 00:00:00 2001
From: wensanpi <buban521@126.com>
Date: 星期日, 20 九月 2020 17:38:21 +0800
Subject: [PATCH] update ruoyi-system/src/main/resources/mapper/system/SysRoleMapper.xml.

---
 ruoyi-system/src/main/resources/mapper/system/SysRoleMapper.xml |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/ruoyi-system/src/main/resources/mapper/system/SysRoleMapper.xml b/ruoyi-system/src/main/resources/mapper/system/SysRoleMapper.xml
index e86c4c6..2cc23e8 100644
--- a/ruoyi-system/src/main/resources/mapper/system/SysRoleMapper.xml
+++ b/ruoyi-system/src/main/resources/mapper/system/SysRoleMapper.xml
@@ -109,8 +109,8 @@
  			<if test="roleKey != null and roleKey != ''">#{roleKey},</if>
  			<if test="roleSort != null and roleSort != ''">#{roleSort},</if>
  			<if test="dataScope != null and dataScope != ''">#{dataScope},</if>
- 			<if test="menuCheckStrictly != null">#{menu_check_strictly},</if>
- 			<if test="deptCheckStrictly != null">#{dept_check_strictly},</if>
+ 			<if test="menuCheckStrictly != null">#{menuCheckStrictly},</if>
+ 			<if test="deptCheckStrictly != null">#{deptCheckStrictly},</if>
  			<if test="status != null and status != ''">#{status},</if>
  			<if test="remark != null and remark != ''">#{remark},</if>
  			<if test="createBy != null and createBy != ''">#{createBy},</if>

--
Gitblit v1.9.2