xiaoyong931011
2023-08-22 ef552b45c7affb3b91c39d2451a0233c1da67814
src/main/resources/mapper/dapp/DataDictionaryCustomMapper.xml
@@ -37,6 +37,6 @@
    <select id="getAgentLevelOption" resultType="cc.mrbird.febs.dapp.vo.AdminAgentLevelOptionTreeVo">
        select a.code id,a.code name from data_dictionary_custom a
        where a.type='NODE_PERK'
        where a.type='TEAM_LEVEL'
    </select>
</mapper>