fix
wzy
2022-11-09 b8def92a54d520776e37db7925c5109f3bd95ff8
src/main/resources/mapper/dapp/DappUserMemberRelateDao.xml
@@ -16,4 +16,9 @@
        select * from dapp_user_member_relate
        where user_id=#{userId}
    </select>
    <select id="selectByInviteId" resultType="cc.mrbird.febs.dapp.entity.DappUserMemberRelateEntity">
        select * from dapp_user_member_relate
        where invite_id=#{inviteId}
    </select>
</mapper>