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

fix card

release_toaliyun_real
lin 3 лет назад
Родитель
Сommit
262322ecca
1 измененных файлов: 1 добавлений и 1 удалений
  1. +1
    -1
      mallinkService/src/main/resources/mapper/WxCouponPasswordMapper.xml

+ 1
- 1
mallinkService/src/main/resources/mapper/WxCouponPasswordMapper.xml Просмотреть файл

@@ -226,7 +226,7 @@
<update id="setPrice" parameterType="com.iformall.domain.po.WxCouponPassword">
update wx_coupon_password set price = #{price} , update_date = now()
where tenant_id = #{tenantId} and price = 0
where tenant_id = #{tenantId}
<if test=" null != couponId">
and coupon_id = #{couponId}
</if>


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