按实际纯币金额计算租客优惠与积分
This commit is contained in:
@@ -255,6 +255,9 @@ func applyCounterCheckoutUpdate(checkout *model.OrderCheckout, next model.OrderC
|
||||
checkout.OwnerRentAmountCent = next.OwnerRentAmountCent
|
||||
checkout.PlatformFeeCent = next.PlatformFeeCent
|
||||
checkout.DepositAmountCent = next.DepositAmountCent
|
||||
checkout.PureCoinAmountCent = next.PureCoinAmountCent
|
||||
checkout.PureCoinDiscountCent = next.PureCoinDiscountCent
|
||||
checkout.PureCoinPayableCent = next.PureCoinPayableCent
|
||||
checkout.ConsumableAmountCent = next.ConsumableAmountCent
|
||||
checkout.CoinConsumedM = next.CoinConsumedM
|
||||
checkout.OtherAmountCent = next.OtherAmountCent
|
||||
|
||||
Reference in New Issue
Block a user