|
|
@@ -158,7 +158,7 @@ class OrderController extends BaseController
|
|
|
OrderService::check($order, $this->userId);
|
|
|
$typeList = configDict::getConfig('capitalType');
|
|
|
$capitalType = $typeList['xhOrder']['id'];
|
|
|
- $totalFee = $order['actPrice'];
|
|
|
+ $totalFee = $order['prePrice'];
|
|
|
$sourceType = 0;
|
|
|
$discountData = OrderService::getDiscountPrice(['price' => $totalFee, 'sourceType' => $sourceType, 'couponId' => $couponId, 'userId' => $this->userId]);
|
|
|
$actPrice = $discountData['price'];
|