修改商品订单金额计算
This commit is contained in:
@@ -389,7 +389,7 @@ class UserCouponService extends BaseService
|
||||
}
|
||||
|
||||
$product_price = bcadd($product_price,
|
||||
bcmul( // 商品价格*数量
|
||||
bcmul( // 商品价格*实际数量数量
|
||||
$coupon_product_data['product_price'],
|
||||
$coupon_product_data['actual_quantity'],
|
||||
2
|
||||
|
||||
Reference in New Issue
Block a user