KKSU
2024-07-02 d4819e728d81b311621d41a92a69f5d26f1a9f70
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>