xiaoyong931011
2023-08-17 d2d5106682f967277f689fb91c5e4af4585d684e
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>