diff --git a/app/common/repositories/store/order/StoreOrderCreateRepository.php b/app/common/repositories/store/order/StoreOrderCreateRepository.php index e126da7d..e08b60a7 100755 --- a/app/common/repositories/store/order/StoreOrderCreateRepository.php +++ b/app/common/repositories/store/order/StoreOrderCreateRepository.php @@ -654,7 +654,9 @@ class StoreOrderCreateRepository extends StoreOrderRepository if ($source == 105) { $this->consumption_money = bcsub($orderPayPrice, 2, 2); $useAmount = $this->consumption_money; - $orderPayPrice = '2.00'; ; + $orderPayPrice = '2.00'; + $groupOrderPayPrice = $orderPayPrice; + $order_total_price = $orderPayPrice; $this->balance = 0; $consumption_coupon_id = 100; }