44323
2024-03-19 36459273698ade866ee7ba2cba1a5a264b9aab7f
部分bug修改
1个文件已修改
4 ■■■■ 已修改文件
cloud-server-management/src/main/resources/mapper/RoleMapper.xml 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
cloud-server-management/src/main/resources/mapper/RoleMapper.xml
@@ -26,8 +26,8 @@
        <if test="objectType == 3">
            and rr.objType =3  and rr.objId =#{objectId}
        </if>
        <if test="objectType == 2">
            and rr.objType =2
        <if test="objectType == 1">
            and rr.objType =1
        </if>
    </select>