智慧保安后台管理-外网
钟日健
2022-06-09 c4f861c34eb69a6bb4dcb9c2b7949d01efd7913a
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>