From 463ffd53dc96571cb2bb6890aa1a985c3d21eb7f Mon Sep 17 00:00:00 2001
From: xiaoyong931011 <15274802129@163.com>
Date: Fri, 17 Dec 2021 11:33:51 +0800
Subject: [PATCH] 20211216

---
 src/main/resources/mapper/modules/VideoVipInfoMapper.xml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/main/resources/mapper/modules/VideoVipInfoMapper.xml b/src/main/resources/mapper/modules/VideoVipInfoMapper.xml
index 92598e4..d5ea4eb 100644
--- a/src/main/resources/mapper/modules/VideoVipInfoMapper.xml
+++ b/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>
 
 

--
Gitblit v1.9.1