From 12232f87ff3db10e97f5c47b21223c49a04f0eba Mon Sep 17 00:00:00 2001 From: gongbiao Date: Tue, 24 Sep 2019 10:53:27 +0800 Subject: [PATCH] =?UTF-8?q?[=E5=95=86=E6=88=B7=E6=94=B6=E9=93=B6][?= =?UTF-8?q?=E4=BF=AE=E6=94=B9][=E6=9F=90=E5=95=86=E6=88=B730=E5=A4=A9?= =?UTF-8?q?=E6=95=B0=E6=8D=AE]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mallinkService/src/main/resources/mapper/WxOrderMapper.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mallinkService/src/main/resources/mapper/WxOrderMapper.xml b/mallinkService/src/main/resources/mapper/WxOrderMapper.xml index 395d8f788..6e152d7bf 100644 --- a/mallinkService/src/main/resources/mapper/WxOrderMapper.xml +++ b/mallinkService/src/main/resources/mapper/WxOrderMapper.xml @@ -464,7 +464,7 @@ from wx_order o inner join wx_merchant_b_user bu on bu.id = o.product_id inner join wx_merchant m on m.id = bu.merchant_id - where m.`id` = #{merchantId} and o.`type` = 1 + where m.`id` = #{merchantId} and o.`type` = 1 and o.`order_status` = 1 and o.`create_date` BETWEEN #{startTime} and #{endTime}