From 3ca731fa90723dcb8f26ab12c641b5b6762de179 Mon Sep 17 00:00:00 2001 From: hupeng Date: Mon, 15 Apr 2019 15:31:17 +0800 Subject: [PATCH] =?UTF-8?q?[=E8=AE=A2=E5=8D=95][=E4=BF=AE=E6=94=B9]:?= =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E5=8F=AF=E4=BB=A5=E7=AD=9B=E9=80=89=E8=AE=A2?= =?UTF-8?q?=E5=8D=95=E9=87=91=E9=A2=9D=E6=98=AF=E5=90=A6=E4=B8=BA0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mallinkService/src/main/resources/mapper/WxOrderMapper.xml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/mallinkService/src/main/resources/mapper/WxOrderMapper.xml b/mallinkService/src/main/resources/mapper/WxOrderMapper.xml index a92019815..66280d8fb 100644 --- a/mallinkService/src/main/resources/mapper/WxOrderMapper.xml +++ b/mallinkService/src/main/resources/mapper/WxOrderMapper.xml @@ -546,6 +546,13 @@ and o.`merchant_name` like concat('%',#{merchantName},'%') + + and o.`payment` = 0 + + + and o.`payment` > 0 + + and o.create_date between #{startdate} and #{enddate}