Browse Source

fix card

release_toaliyun_real
lin 3 years ago
parent
commit
262322ecca
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      mallinkService/src/main/resources/mapper/WxCouponPasswordMapper.xml

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

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


Loading…
Cancel
Save