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