修改订单金额的错误
This commit is contained in:
parent
529c2cbd1a
commit
db17dd9bc1
@ -654,7 +654,9 @@ class StoreOrderCreateRepository extends StoreOrderRepository
|
|||||||
if ($source == 105) {
|
if ($source == 105) {
|
||||||
$this->consumption_money = bcsub($orderPayPrice, 2, 2);
|
$this->consumption_money = bcsub($orderPayPrice, 2, 2);
|
||||||
$useAmount = $this->consumption_money;
|
$useAmount = $this->consumption_money;
|
||||||
$orderPayPrice = '2.00'; ;
|
$orderPayPrice = '2.00';
|
||||||
|
$groupOrderPayPrice = $orderPayPrice;
|
||||||
|
$order_total_price = $orderPayPrice;
|
||||||
$this->balance = 0;
|
$this->balance = 0;
|
||||||
$consumption_coupon_id = 100;
|
$consumption_coupon_id = 100;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user