提交者
Gitee
update ruoyi-system/src/main/resources/mapper/system/SysRoleMapper.xml.
正在显示
1 个修改的文件
包含
2 行增加
和
2 行删除
| @@ -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> |
-
请 注册 或 登录 后发表评论