xiaoyong931011
2023-08-15 a9e31ba6fd2eb1f4a9fffa5c0d195ebbc8bcf797
src/main/resources/mapper/dapp/DappUserMemberRelateDao.xml
@@ -11,4 +11,14 @@
            ${item}
        </foreach>
    </delete>
    <select id="selectByUserId" resultType="cc.mrbird.febs.dapp.entity.DappUserMemberRelateEntity">
        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>