xiaoyong931011
2023-09-08 400941c2b4e1b997a3a38d55f603aa8640c38725
src/main/resources/mapper/dapp/DataDictionaryCustomMapper.xml
@@ -33,4 +33,10 @@
            </if>
        </where>
    </update>
    <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='TEAM_LEVEL'
    </select>
</mapper>