Sfoglia il codice sorgente

fix card

release_toaliyun_real
winter 3 anni fa
parent
commit
b6440a17ea
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      mallinkService/src/main/resources/mapper/WxCouponPasswordMapper.xml

+ 1
- 1
mallinkService/src/main/resources/mapper/WxCouponPasswordMapper.xml Vedi File

@@ -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">


Caricamento…
Annulla
Salva