mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-04-06 03:58:04 +08:00
Update Order.php
This commit is contained in:
parent
4e8d63c811
commit
d2e4a772a7
@ -133,7 +133,7 @@ class Order extends Auth
|
|||||||
// 等级优惠方案
|
// 等级优惠方案
|
||||||
'discount_id' => $discountId,
|
'discount_id' => $discountId,
|
||||||
'discount_rate' => $discountRate,
|
'discount_rate' => $discountRate,
|
||||||
'discount_amount' => $discountRate * $goodsItem['price_selling'] * $count,
|
'discount_amount' => $discountRate * $goodsItem['price_selling'] * $count / 100,
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
try {
|
try {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user