From 7981b3522c4838036d6d25c9a1c9fb09d1a50330 Mon Sep 17 00:00:00 2001 From: hupeng Date: Wed, 22 Aug 2018 21:33:56 +0800 Subject: [PATCH] =?UTF-8?q?[=E4=BB=93=E5=BA=93][=E4=BF=AE=E5=A4=8D]:?= =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E4=BB=93=E5=BA=93=E4=BB=A3=E7=A0=81=E4=B8=8D?= =?UTF-8?q?=E8=83=BD=E8=BF=90=E8=A1=8C=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../main/resources/mapper/WxOrderMapper.xml | 26 ++++++------------- 1 file changed, 8 insertions(+), 18 deletions(-) diff --git a/mallinkService/src/main/resources/mapper/WxOrderMapper.xml b/mallinkService/src/main/resources/mapper/WxOrderMapper.xml index 7579d1279..f86f362c2 100644 --- a/mallinkService/src/main/resources/mapper/WxOrderMapper.xml +++ b/mallinkService/src/main/resources/mapper/WxOrderMapper.xml @@ -7,7 +7,7 @@ - + @@ -53,8 +53,13 @@ and `b_user_id` = #{bUserId} - - + + + + and `coupon_id` = #{couponId} + + + and `payment_type` = #{paymentType} @@ -196,19 +201,4 @@ AND order_status = '0' - - - - -