|
|
|
@@ -136,7 +136,7 @@ |
|
|
|
update wx_coupon_password |
|
|
|
set status=1, update_date=now(), expire_date=date_add(now(),interval 365 DAY) |
|
|
|
<if test=" null != price and price > 0"> |
|
|
|
,and `price` = #{price} |
|
|
|
, `price` = #{price} |
|
|
|
</if> |
|
|
|
where status=0 and coupon_id=#{couponId} |
|
|
|
<if test=" null != price and price > 0"> |
|
|
|
|