From 537ff981cbc320b4af18c6c70b473c2a5603d796 Mon Sep 17 00:00:00 2001 From: xhxu Date: Fri, 15 Jan 2021 09:48:26 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=86=E4=BA=AB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../resources/mapper/WxCUserFromMapper.xml | 32 +++++++++---------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/mallinkService/src/main/resources/mapper/WxCUserFromMapper.xml b/mallinkService/src/main/resources/mapper/WxCUserFromMapper.xml index 10ba82041..15a648428 100644 --- a/mallinkService/src/main/resources/mapper/WxCUserFromMapper.xml +++ b/mallinkService/src/main/resources/mapper/WxCUserFromMapper.xml @@ -70,11 +70,11 @@ and wcuf.`share_user` = #{shareUser} - - and wcuf.`create_date` >= #{startTime} + + and wcuf.`create_date` >= #{startDate} - - and wcuf.`create_date` <= #{endTime} + + and wcuf.`create_date` <= #{endDate} @@ -132,11 +132,11 @@ and wcuf.`parent_tenant_id` = #{parentTenantId} - - and wcuf.`create_date` >= #{startTime} + + and wcuf.`create_date` >= #{startDate} - - and wcuf.`create_date` <= #{endTime} + + and wcuf.`create_date` <= #{endDate} group by wcuf.from_id ) a @@ -151,11 +151,11 @@ and wcuf.`parent_tenant_id` = #{parentTenantId} - - and wcuf.`create_date` >= #{startTime} + + and wcuf.`create_date` >= #{startDate} - - and wcuf.`create_date` <= #{endTime} + + and wcuf.`create_date` <= #{endDate} group by wcuf.from_id,wcuf.c_user_id ) b on b.from_id = a.from_id @@ -171,11 +171,11 @@ and wcuf.`parent_tenant_id` = #{parentTenantId} - - and wcuf.`create_date` >= #{startTime} + + and wcuf.`create_date` >= #{startDate} - - and wcuf.`create_date` <= #{endTime} + + and wcuf.`create_date` <= #{endDate} group by wcuf.from_id,wcuf.c_user_id ) c on c.from_id = a.from_id