作者 wensanpi
提交者 Gitee

update ruoyi-system/src/main/resources/mapper/system/SysRoleMapper.xml.

@@ -109,8 +109,8 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" @@ -109,8 +109,8 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
109 <if test="roleKey != null and roleKey != ''">#{roleKey},</if> 109 <if test="roleKey != null and roleKey != ''">#{roleKey},</if>
110 <if test="roleSort != null and roleSort != ''">#{roleSort},</if> 110 <if test="roleSort != null and roleSort != ''">#{roleSort},</if>
111 <if test="dataScope != null and dataScope != ''">#{dataScope},</if> 111 <if test="dataScope != null and dataScope != ''">#{dataScope},</if>
112 - <if test="menuCheckStrictly != null">#{menu_check_strictly},</if>  
113 - <if test="deptCheckStrictly != null">#{dept_check_strictly},</if> 112 + <if test="menuCheckStrictly != null">#{menuCheckStrictly},</if>
  113 + <if test="deptCheckStrictly != null">#{deptCheckStrictly},</if>
114 <if test="status != null and status != ''">#{status},</if> 114 <if test="status != null and status != ''">#{status},</if>
115 <if test="remark != null and remark != ''">#{remark},</if> 115 <if test="remark != null and remark != ''">#{remark},</if>
116 <if test="createBy != null and createBy != ''">#{createBy},</if> 116 <if test="createBy != null and createBy != ''">#{createBy},</if>