fix
Helius
2021-12-17 3a980fcecd46bcffcbf7a6d7dc1e497b0ccd3a9f
src/main/resources/mapper/modules/VideoVipInfoMapper.xml
@@ -5,7 +5,7 @@
    <select id="selectVideoVipInfoByMemberIdAndState" resultType="cc.mrbird.febs.video.entity.VideoVipInfoEntity">
        select * from video_vip_info where member_id = #{id} and state = #{state}
        select * from video_vip_info where member_id = #{memberId} and state = #{state}
    </select>