xiaoyong931011
2021-12-17 a06aa3c488bf5b45146e0969a5b2c21d0af847e8
20211216
1 files modified
2 ■■■ changed files
src/main/resources/mapper/modules/VideoVipInfoMapper.xml 2 ●●● patch | view | raw | blame | history
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>