From 5d20ce8581190dfbbd5fc0db37b4025cbc7ce390 Mon Sep 17 00:00:00 2001
From: Helius <wangdoubleone@gmail.com>
Date: Fri, 17 Dec 2021 16:08:16 +0800
Subject: [PATCH] add alipay and blockchain usdt

---
 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