处理红包使用的错误
This commit is contained in:
parent
f96c499d00
commit
dc16d6ffc9
@ -614,7 +614,7 @@ class StoreOrderCreateRepository extends StoreOrderRepository
|
||||
$merchantCart['order']['postage_price'] = $merchantCart['order']['postage_price'];
|
||||
$merchantCart['order']['procure_price'] = $merchantCart['order']['procure_price'];
|
||||
$merchantCart['order']['consumption_id'] = $consumption_id;
|
||||
$merchantCart['order']['consumption_money'] = $this->balance;
|
||||
$merchantCart['order']['consumption_money'] = $this->consumption_money;
|
||||
|
||||
$order_price = bcadd($order_price, $pay_price, 2);
|
||||
$order_total_price = bcadd($order_total_price, $total_price, 2);
|
||||
|
Loading…
x
Reference in New Issue
Block a user