| | |
| | | |
| | | |
| | | |
| | | <select id="selectVideoVipInfoByMemberId" resultType="cc.mrbird.febs.video.entity.VideoVipInfoEntity"> |
| | | select * from video_vip_info where member_id=#{memberId} |
| | | <select id="selectVideoVipInfoByMemberIdAndState" resultType="cc.mrbird.febs.video.entity.VideoVipInfoEntity"> |
| | | 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> |