From 0732262133918250efc25511b759184b3bf54e81 Mon Sep 17 00:00:00 2001 From: Ziin Date: Fri, 13 Jun 2025 13:29:06 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=B8=BB=E6=92=AD=20Id=20?= =?UTF-8?q?=E7=AD=9B=E9=80=89=E4=B8=BA=E5=89=8D=E7=BC=80=E5=8C=B9=E9=85=8D?= =?UTF-8?q?=E6=A8=A1=E7=B3=8A=E6=90=9C=E7=B4=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/mapper/NewHostsMapper.xml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/main/resources/mapper/NewHostsMapper.xml b/src/main/resources/mapper/NewHostsMapper.xml index 389404d..52c9f3a 100644 --- a/src/main/resources/mapper/NewHostsMapper.xml +++ b/src/main/resources/mapper/NewHostsMapper.xml @@ -247,14 +247,17 @@ yesterday_coins,create_time, country, online_fans,hosts_kind from new_hosts where new_hosts.creator=#{hostInfoDTO.creator} and new_hosts.tenant_id=#{hostInfoDTO.tenantId} + and new_hosts.country =#{hostInfoDTO.country,jdbcType=VARCHAR} + and DATE(new_hosts.create_time) =#{hostInfoDTO.createTime} + - and new_hosts.hosts_id =#{hostInfoDTO.hostsId,jdbcType=VARCHAR} + and new_hosts.hosts_id like concat(#{hostInfoDTO.hostsId,jdbcType=VARCHAR},'%')