fix : coupon

This commit is contained in:
2025-03-31 17:52:14 +08:00
parent 8d2b522345
commit e6176f6bbd
2 changed files with 8 additions and 6 deletions

View File

@@ -151,6 +151,7 @@ abstract class BaseOrderService extends BaseService
'sundry_num' => 0, //服务费数量
'favorable_sundry_price' => '0.00', //服务费优惠价格
'sundry_after_discount_price' => '0.00', //服务费优惠后价格
'discount_price' => '0.00', // 优惠金额
'actual_price' => '0.00', //实际支付价格
'coupon_id' => 0,
'coupon' => [],