xiaoyong931011
2023-08-01 8e6989a4472063a2edb5e63c16610ccf8450a562
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='NODE_PERK'
    </select>
</mapper>