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