Update Order.php

This commit is contained in:
邹景立 2021-02-25 11:07:22 +08:00
parent 4e8d63c811
commit d2e4a772a7

View File

@ -133,7 +133,7 @@ class Order extends Auth
// 等级优惠方案
'discount_id' => $discountId,
'discount_rate' => $discountRate,
'discount_amount' => $discountRate * $goodsItem['price_selling'] * $count,
'discount_amount' => $discountRate * $goodsItem['price_selling'] * $count / 100,
];
}
try {