Просмотр исходного кода

fix card

release_toaliyun_real
winter 3 лет назад
Родитель
Сommit
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
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">


Загрузка…
Отмена
Сохранить