xiaoyong931011
2021-12-22 6c920885a9bc407f2f05e204ae9769631c4c80e7
src/main/resources/mapper/modules/VideoVipInfoMapper.xml
@@ -5,8 +5,11 @@
    <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>
    <select id="selectByMemberId" resultType="cc.mrbird.febs.video.entity.VideoVipInfoEntity">
        select * from video_vip_info where member_id=#{memberId}
    </select>
</mapper>