forked from gzzfw/backEnd/gz-dyh

zhouxiantao
2024-09-11 1bb06ff92767a2c6db534dc1e78cb2d2d9dcf65c
dyh-service/dyh-cust/src/main/java/cn/huge/module/ctuser/dao/mapper/xml/CtUseroleMapper.xml
@@ -151,4 +151,12 @@
        user_id = #{userId}
    </select>
    <select id="listRoleName" resultType="String">
        select
        role_name
        FROM
        <include refid="table-name" />
        WHERE
        user_id = #{userId}
    </select>
</mapper>