KKSU
2024-01-31 dacdca90b0faed8a38d56b2bab0df3ad3b9982b1
src/main/resources/mapper/modules/DataDictionaryCustomMapper.xml
@@ -58,4 +58,9 @@
            </if>
        </where>
    </update>
    <select id="getRollperkOption" resultType="cc.mrbird.febs.mall.vo.AdminAgentLevelOptionTreeVo">
        select a.id id,a.roll_name name from mall_roll a
    </select>
</mapper>