|
|
@@ -171,7 +171,7 @@ class OrderLogic extends BaseLogic
|
|
|
if ($is_address == 0) {
|
|
|
$userAddress = [];
|
|
|
}
|
|
|
- outFileLog($goodsLists,'freight','$goodsLists');
|
|
|
+ outFileLog($goodsLists[0]['sub_price'],'freight','$goodsLists');
|
|
|
//计算运费(自提订单不需要运费)
|
|
|
if ($params['delivery_type'] == DeliveryEnum::SELF_DELIVERY) {
|
|
|
self::$orderPrice['express_price'] = 0;
|