RuoYi
2020-09-21 2692ce31d9db793128921448020cdfd2d5792528
修复操作角色时报错问题
已修改1个文件
4 ■■■■ 文件已修改
src/main/resources/mybatis/system/SysRoleMapper.xml 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/resources/mybatis/system/SysRoleMapper.xml
@@ -97,8 +97,8 @@
             <if test="roleKey != null and roleKey != ''">role_key,</if>
             <if test="roleSort != null and roleSort != ''">role_sort,</if>
             <if test="dataScope != null and dataScope != ''">data_scope,</if>
             <if test="menuCheckStrictly != null and menuCheckStrictly != ''">menu_check_strictly,</if>
             <if test="deptCheckStrictly != null and deptCheckStrictly != ''">dept_check_strictly,</if>
             <if test="menuCheckStrictly != null">menu_check_strictly,</if>
             <if test="deptCheckStrictly != null">dept_check_strictly,</if>
             <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>