疯狂的狮子Li
2023-03-12 4f301205fe8033b00a118d5ff8a4e984dc2243fd
ruoyi-modules/ruoyi-system/src/main/resources/mapper/system/SysRoleMapper.xml
@@ -53,4 +53,9 @@
        WHERE r.del_flag = '0' and u.user_name = #{userName}
    </select>
    <select id="selectRoleById" resultMap="SysRoleResult">
        <include refid="selectRoleVo"/>
        WHERE r.del_flag = '0' and r.role_id = #{roleId}
    </select>
</mapper>