| | |
| | | <if test="record.accountStatus != null"> |
| | | and a.account_status = #{record.accountStatus} |
| | | </if> |
| | | <if test="record.accountType != null and record.accountType != ''"> |
| | | and a.account_type = #{record.accountType} |
| | | </if> |
| | | <if test="record.changeAble != null"> |
| | | and a.change_able = #{record.changeAble} |
| | | </if> |
| | |
| | | a.invite_id inviteId, |
| | | a.account_type accountType, |
| | | a.active_status activeStatus, |
| | | a.node_type nodeType, |
| | | b.ausd_amount ausdAmount, |
| | | b.nft_devote nftDevote, |
| | | b.amount amount, |
| | |
| | | select * from dapp_member |
| | | where node_type = 1 |
| | | </select> |
| | | |
| | | <select id="selectAddress" resultType="java.lang.String"> |
| | | select |
| | | address |
| | | from dapp_member where active_status = 1 |
| | | </select> |
| | | </mapper> |