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 @@