Merge branch 'refs/heads/voucher_inf'

This commit is contained in:
2025-09-16 17:57:34 +08:00
27 changed files with 1282 additions and 179 deletions

View File

@@ -224,6 +224,7 @@
coupon_price = #{couponPrice},
coupon_id = #{couponId},
coupon_record_id = #{couponRecordId},
price = #{price},
pay_price = `price` - `coupon_price`
where id = #{id}
</update>