fix
Helius
2021-12-22 ca17d6ee8df1e7c28645e70f43deb6b60a8890f8
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>