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}