智慧保安后台管理-外网
Administrator
2022-06-09 6b724f39b539f3aa4b008edf124ed6c7cf5be4ad
src/main/java/org/springblade/modules/vip/mapper/VipTopicMapper.xml
@@ -6,8 +6,8 @@
    <select id="selectVipTopicPage" resultType="org.springblade.modules.vip.vo.VipTopicVO">
        select * from sys_vip_topic
        where 1=1
        <if test="vipTopic.userVipId!=null">
            and user_vip_id =#{vipTopic.userVipId}
        <if test="vipTopic.userId!=null">
            and user_id =#{vipTopic.userId}
        </if>
    </select>