|
@@ -118,6 +118,8 @@ class OrderItemClass extends BaseClass
|
|
|
$current['xhPreUnitPrice'] = $price;
|
|
$current['xhPreUnitPrice'] = $price;
|
|
|
}
|
|
}
|
|
|
$current['itemInfo'] = '';
|
|
$current['itemInfo'] = '';
|
|
|
|
|
+ $belongCost = $info['belongCost'] ?? 0;
|
|
|
|
|
+ $current['belongCost'] = $belongCost;
|
|
|
self::add($current);
|
|
self::add($current);
|
|
|
|
|
|
|
|
$productList[] = [
|
|
$productList[] = [
|