智慧保安后台管理-外网项目备份
zhongrj
2023-09-09 c273bf2f4e425c14ff9bddbc4c3bf5b647622fd9
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>