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

fix card

release_toaliyun_real
lin пре 3 година
родитељ
комит
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>


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