修改订单金额的错误

This commit is contained in:
luofei 2024-01-27 10:32:46 +08:00
parent 529c2cbd1a
commit db17dd9bc1

View File

@ -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;
}