From a792c997a0d80eca35e8a7ccf0902690ff1c0a7b Mon Sep 17 00:00:00 2001 From: yechenhao Date: Thu, 28 May 2020 16:36:10 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=BB=E9=99=A4group=20by?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../resources/mapper/OpSellerCustomerRelationDOMapper.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/resources/mapper/OpSellerCustomerRelationDOMapper.xml b/src/main/resources/mapper/OpSellerCustomerRelationDOMapper.xml index 9888c0f..cbb4f92 100644 --- a/src/main/resources/mapper/OpSellerCustomerRelationDOMapper.xml +++ b/src/main/resources/mapper/OpSellerCustomerRelationDOMapper.xml @@ -42,7 +42,7 @@ and date(t1.create_time) <= #{endDate} - GROUP BY t4.id order by t1.create_time desc + order by t1.create_time desc