若依
2020-09-21 89607fb02862879fc86097d402612e3fe49825c2
!100 解决添加用户角色时报错问题
Merge pull request !100 from wensanpi/master
已修改1个文件
4 ■■■■ 文件已修改
ruoyi-system/src/main/resources/mapper/system/SysRoleMapper.xml 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
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>