From b969fed92e1ec628f724965950b5b34f3dffb88b Mon Sep 17 00:00:00 2001 From: kevin jiang Date: Thu, 21 May 2020 18:47:22 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=A5=BD=E5=8F=8B=E5=88=97?= =?UTF-8?q?=E8=A1=A8=E6=8A=A5=E9=94=99=E9=97=AE=E9=A2=98=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/mapper/OpSellerCustomerRelationDOMapper.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/mapper/OpSellerCustomerRelationDOMapper.xml b/src/main/resources/mapper/OpSellerCustomerRelationDOMapper.xml index a43bf2b..4a398d8 100644 --- a/src/main/resources/mapper/OpSellerCustomerRelationDOMapper.xml +++ b/src/main/resources/mapper/OpSellerCustomerRelationDOMapper.xml @@ -40,7 +40,7 @@ and date(t1.create_time) >= #{startDate} - and date(t1.create_time <= #{endDate} + and date(t1.create_time) <= #{endDate} GROUP BY t4.id order by t1.create_time desc