xiaoyong931011
2021-12-21 5932c45bd0d3ea78cbe1dbafc4136abd1492f11d
src/main/resources/mapper/modules/VideoVipInfoMapper.xml
@@ -9,4 +9,7 @@
    </select>
    <select id="selectByMemberId" resultType="cc.mrbird.febs.video.entity.VideoVipInfoEntity">
        select * from video_vip_info where member_id=#{memberId}
    </select>
</mapper>