Explorar el Código

fix card

release_toaliyun_real
winter hace 3 años
padre
commit
b6440a17ea
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      mallinkService/src/main/resources/mapper/WxCouponPasswordMapper.xml

+ 1
- 1
mallinkService/src/main/resources/mapper/WxCouponPasswordMapper.xml Ver fichero

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


Cargando…
Cancelar
Guardar