Преглед изворни кода

fix card

release_toaliyun_real
winter пре 3 година
родитељ
комит
b6440a17ea
1 измењених фајлова са 1 додато и 1 уклоњено
  1. +1
    -1
      mallinkService/src/main/resources/mapper/WxCouponPasswordMapper.xml

+ 1
- 1
mallinkService/src/main/resources/mapper/WxCouponPasswordMapper.xml Прегледај датотеку

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


Loading…
Откажи
Сачувај