fix
Helius
2021-12-20 865721523230a003a5aeccaf8eab031a65601932
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>