From d3a9bc81a311c3c84db705eadebd150d06468f6b Mon Sep 17 00:00:00 2001 From: Helius <wangdoubleone@gmail.com> Date: Fri, 17 Dec 2021 14:41:38 +0800 Subject: [PATCH] add dataDic --- 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