From b6440a17eaf24e46103a4cb6f73cf6cea29328c8 Mon Sep 17 00:00:00 2001 From: winter Date: Sat, 4 Mar 2023 15:22:52 +0800 Subject: [PATCH] fix card --- .../src/main/resources/mapper/WxCouponPasswordMapper.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mallinkService/src/main/resources/mapper/WxCouponPasswordMapper.xml b/mallinkService/src/main/resources/mapper/WxCouponPasswordMapper.xml index d9023d091..fdeb73b50 100644 --- a/mallinkService/src/main/resources/mapper/WxCouponPasswordMapper.xml +++ b/mallinkService/src/main/resources/mapper/WxCouponPasswordMapper.xml @@ -136,7 +136,7 @@ update wx_coupon_password set status=1, update_date=now(), expire_date=date_add(now(),interval 365 DAY) - ,and `price` = #{price} + , `price` = #{price} where status=0 and coupon_id=#{couponId}