xiaoyong931011
2023-08-15 6a0518935f27b0ffb4d52a19165eb4663131d18d
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>