From d5835776be79b98e8d8ceefcad8cb022e8da2af4 Mon Sep 17 00:00:00 2001 From: Ziin Date: Mon, 23 Jun 2025 15:43:11 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=EF=BC=9A=201.=E6=B7=BB?= =?UTF-8?q?=E5=8A=A0=E5=88=A4=E6=96=AD=E7=AD=9B=E9=80=89=E6=9D=A1=E4=BB=B6?= =?UTF-8?q?=E4=B8=BA''=E7=A9=BA=E5=AD=97=E7=AC=A6=E4=B8=B2=E7=9A=84?= =?UTF-8?q?=E6=83=85=E5=86=B5=EF=BC=8C=202.=E4=BF=AE=E5=A4=8D=E7=9B=B4?= =?UTF-8?q?=E6=92=AD=E9=97=B4=E5=9C=A8=E7=BA=BF=E4=BA=BA=E6=95=B0=E5=AD=97?= =?UTF-8?q?=E6=AE=B5=E6=8E=92=E5=BA=8F=E7=9A=84=E5=AD=97=E6=AE=B5=E6=8B=BC?= =?UTF-8?q?=E5=86=99=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/mapper/NewHostsMapper.xml | 26 ++++++++++---------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/src/main/resources/mapper/NewHostsMapper.xml b/src/main/resources/mapper/NewHostsMapper.xml index 5fd7e18..c53d1d6 100644 --- a/src/main/resources/mapper/NewHostsMapper.xml +++ b/src/main/resources/mapper/NewHostsMapper.xml @@ -260,51 +260,51 @@ and ns.hosts_id like concat(#{hostInfoDTO.hostsId,jdbcType=VARCHAR},'%') - + and ns.hosts_coins >=#{hostInfoDTO.hostsCoinsMin,jdbcType=INTEGER} - + and ns.hosts_coins <=#{hostInfoDTO.hostsCoinsMax,jdbcType=INTEGER} and ns.hosts_coins between #{hostInfoDTO.hostsCoinsMin,jdbcType=INTEGER} and #{hostInfoDTO.hostsCoinsMax,jdbcType=INTEGER} - + and ns.yesterday_coins >=#{hostInfoDTO.yesterdayCoinsMin,jdbcType=INTEGER} - + and ns.yesterday_coins <=#{hostInfoDTO.yesterdayCoinsMax,jdbcType=INTEGER} and ns.yesterday_coins between #{hostInfoDTO.yesterdayCoinsMin,jdbcType=INTEGER} and #{hostInfoDTO.yesterdayCoinsMax,jdbcType=INTEGER} - + and ns.fans >=#{hostInfoDTO.fansMin,jdbcType=INTEGER} - - and ns.fans <=#{hostInfoDTO.yesterdayCoinsMax,jdbcType=INTEGER} + + and ns.fans <=#{hostInfoDTO.fansMax,jdbcType=INTEGER} and ns.fans between #{hostInfoDTO.fansMin,jdbcType=INTEGER} and #{hostInfoDTO.fansMax,jdbcType=INTEGER} - + and ns.fllowernum >=#{hostInfoDTO.fllowernumMin,jdbcType=INTEGER} - + and ns.fllowernum <=#{hostInfoDTO.fllowernumMax,jdbcType=INTEGER} and ns.fllowernum between #{hostInfoDTO.fllowernumMin,jdbcType=INTEGER} and #{hostInfoDTO.fllowernumMax,jdbcType=INTEGER} - + and ns.online_fans >=#{hostInfoDTO.onlineFansMin,jdbcType=INTEGER} - - and ns.online_fans <=#{hostInfoDTO.onlineFansMax,jdbcType=INTEGER} + + and ns.online_fans <= #{hostInfoDTO.onlineFansMax,jdbcType=INTEGER} and ns.online_fans between #{hostInfoDTO.onlineFansMin,jdbcType=INTEGER} and #{hostInfoDTO.onlineFansMax,jdbcType=INTEGER} @@ -343,7 +343,7 @@ - ns.online_fnas ${hostInfoDTO.sort} + ns.online_fans ${hostInfoDTO.sort}