From 20760037095e33b5f61c03c25cd3f81a8d5429a3 Mon Sep 17 00:00:00 2001 From: yechenhao Date: Wed, 20 May 2020 23:52:01 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A4=A7=E5=B1=8F=E6=8E=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/mapper/OpCustomerDOMapper.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/resources/mapper/OpCustomerDOMapper.xml b/src/main/resources/mapper/OpCustomerDOMapper.xml index ab1fb69..e42cc25 100644 --- a/src/main/resources/mapper/OpCustomerDOMapper.xml +++ b/src/main/resources/mapper/OpCustomerDOMapper.xml @@ -73,10 +73,10 @@ and t2.user_id=#{sellerId} - and t1.create_time = ]]> #{startDate} + and t2.create_time = ]]> #{startDate} - and t1.create_time #{endDate} + and t2.create_time #{endDate}