From cd9c9bed65b1d1ed85bf651bb7c829b7ce527705 Mon Sep 17 00:00:00 2001 From: hupeng Date: Mon, 12 Nov 2018 17:14:13 +0800 Subject: [PATCH] =?UTF-8?q?[=E7=B3=BB=E7=BB=9F][=E4=BF=AE=E5=A4=8D]:?= =?UTF-8?q?=E5=8D=A1=E5=88=B8=E6=9F=A5=E8=AF=A2=E8=AF=AD=E5=8F=A5=E5=A4=A7?= =?UTF-8?q?=E5=B0=8F=E5=86=99=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/mapper/WxCouponOrderMapper.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mallinkService/src/main/resources/mapper/WxCouponOrderMapper.xml b/mallinkService/src/main/resources/mapper/WxCouponOrderMapper.xml index 994f3e18e..0147a1c29 100644 --- a/mallinkService/src/main/resources/mapper/WxCouponOrderMapper.xml +++ b/mallinkService/src/main/resources/mapper/WxCouponOrderMapper.xml @@ -154,7 +154,7 @@ select from wx_coupon_order co,wx_order o,wx_coupon c,wx_c_user cu where o.id = co.order_id - and o.merchant_id = #{merchantID} + and o.merchant_id = #{merchantId} and co.coupon_id = c.id and cu.id = co.c_user_id @@ -171,7 +171,7 @@ select from wx_coupon_order co,wx_order o,wx_coupon c,wx_c_user cu,wx_merchant_b_user bu where o.id = co.order_id - and o.merchant_id = #{merchantID} + and o.merchant_id = #{merchantId} and co.coupon_id = c.id and cu.id = co.c_user_id and bu.id = co.b_user_id