From 6fb560edb24de061c8835ebca8c9b0e0931783b4 Mon Sep 17 00:00:00 2001 From: luozukai Date: Tue, 24 Sep 2019 17:08:34 +0800 Subject: [PATCH] =?UTF-8?q?[=E4=BF=AE=E6=94=B9][=E5=8D=B7=E5=88=97?= =?UTF-8?q?=E8=A1=A8][=E6=B7=BB=E5=8A=A0=E7=BC=93=E5=AD=98]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/mapper/WxMerchantMapper.xml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/mallinkService/src/main/resources/mapper/WxMerchantMapper.xml b/mallinkService/src/main/resources/mapper/WxMerchantMapper.xml index 228824413..c91a30826 100644 --- a/mallinkService/src/main/resources/mapper/WxMerchantMapper.xml +++ b/mallinkService/src/main/resources/mapper/WxMerchantMapper.xml @@ -429,10 +429,10 @@ left join wx_coupon co on(o.`coupon_id`=co.id) left join wx_coupon_merchant cm on(cm.product_id=co.id) inner join wx_c_user_basic_info c on(o.c_user_id=c.id) where cm.`merchant_id`=m.id and o.coupon_order_status=1 - + and o.create_date >= #{starttime} - + and o.create_date <= #{endtime} ) consumeCount, @@ -441,10 +441,10 @@ left join wx_coupon co on(o.`coupon_id`=co.id) left join wx_coupon_merchant cm on(cm.product_id=co.id) inner join wx_c_user_basic_info c on(o.c_user_id=c.id) where cm.`merchant_id`=m.id and o.coupon_order_status=1 - + and o.create_date >= #{starttime} - + and o.create_date <= #{endtime} ) consumeCountP, @@ -453,10 +453,10 @@ left join wx_coupon co on(o.`coupon_id`=co.id) left join wx_coupon_merchant cm on(cm.product_id=co.id) inner join wx_c_user_basic_info c on(o.c_user_id=c.id) where cm.`merchant_id`=m.id and o.coupon_order_status=1 - + and o.create_date >= #{starttime} - + and o.create_date <= #{endtime} ),0) tradeAmt