xiaoyong931011
2023-08-29 246b7e2857d64e9b590d3dc3317e0b0fc459a11f
src/main/resources/mapper/dapp/DappMemberDao.xml
@@ -97,12 +97,14 @@
        select * from dapp_member
        where
            active_status = 1
          and change_able = 1
            and account_type = #{accountType}
    </select>
    <select id="selectChildMemberDirectOrNot" resultType="cc.mrbird.febs.dapp.entity.DappMemberEntity">
        select * from dapp_member
        <where>
            change_able = 1
            <if test="type==1">
                and referer_id=#{inviteId}
            </if>
@@ -332,7 +334,7 @@
    </select>
    <select id="selectMemberByActiveStatus" resultType="cc.mrbird.febs.dapp.entity.DappMemberEntity">
        select * from dapp_member where active_status = 1
        select * from dapp_member where active_status = 1 and change_able = 1
    </select>
    <select id="selectAchieveRecordByInviteId" resultType="java.math.BigDecimal">