From be8938e6ade545291d1055e48d9af9891c28b76e Mon Sep 17 00:00:00 2001 From: lin <642018748@qq.com> Date: Thu, 16 Feb 2023 19:27:34 +0800 Subject: [PATCH] fix card --- mallinkService/src/main/resources/mapper/WxCouponMapper.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mallinkService/src/main/resources/mapper/WxCouponMapper.xml b/mallinkService/src/main/resources/mapper/WxCouponMapper.xml index cf1ce0c5d..31b85e9e8 100644 --- a/mallinkService/src/main/resources/mapper/WxCouponMapper.xml +++ b/mallinkService/src/main/resources/mapper/WxCouponMapper.xml @@ -1524,7 +1524,7 @@ update wx_coupon set make_merchant_id = #{makeMerchantId} where id = #{id} and tenant_id = #{tenantId} - + update wx_coupon set price = #{price} where id = #{id} and tenant_id = #{tenantId} and price = 0