| | |
| | | <association property="ydBasicLevelSettingEntity" javaType="com.xcong.excoin.modules.yunding.entity.YdBasicLevelSettingEntity"> |
| | | <result property="level" column="level"/> |
| | | <result property="usdtRatio" column="usdt_ratio" /> |
| | | <result property="xchRatio" column="xch_ratio" /> |
| | | </association> |
| | | </resultMap> |
| | | |
| | | <select id="selectYdParentAgent" resultMap="memberAgentMap"> |
| | | select a.*, b.level, b.usdt_ratio from member a |
| | | select a.*, b.level, b.usdt_ratio, b.xch_ratio from member a |
| | | inner join yd_basic_level_setting b on a.agent_level=b.id |
| | | where a.invite_id in |
| | | where a.invite_id!='rxadr3' and a.invite_id in |
| | | <foreach collection = "list" item = "item" separator="," open = "(" close = ")" > |
| | | #{item} |
| | | </foreach > |