From 0c3036eef38d0f2bb2c02884fd56c1102e2decf5 Mon Sep 17 00:00:00 2001 From: hupeng Date: Wed, 12 Dec 2018 19:49:28 +0800 Subject: [PATCH] =?UTF-8?q?[B=E7=AB=AF][=E4=BF=AE=E5=A4=8D]:=E5=88=B8?= =?UTF-8?q?=E5=A4=9A=E5=95=86=E6=88=B7=E6=94=AF=E6=8C=81=E5=90=8E=E4=B8=8D?= =?UTF-8?q?=E8=83=BD=E6=A0=B8=E9=94=80=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/WxCouponMerchantMapper.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/mallinkService/src/main/resources/mapper/WxCouponMerchantMapper.xml b/mallinkService/src/main/resources/mapper/WxCouponMerchantMapper.xml index 084a62e85..f6fc6082d 100644 --- a/mallinkService/src/main/resources/mapper/WxCouponMerchantMapper.xml +++ b/mallinkService/src/main/resources/mapper/WxCouponMerchantMapper.xml @@ -12,7 +12,7 @@ - `id`,`coupon_id`,`merchant_id`,`parameter`,`create_date`,`update_date`,`status` + `id`,`product_id`,`merchant_id`,`parameter`,`create_date`,`update_date`,`status` @@ -29,7 +29,7 @@ - and `merchant_id` = #{merchantId} + and `merchant_id` = #{merchantId} @@ -58,7 +58,7 @@