|
@@ -1335,6 +1335,7 @@ class ProductClass extends BaseClass
|
|
|
$tmp['mainId'] = $currentGhsProduct['mainId'] ?? 0;
|
|
$tmp['mainId'] = $currentGhsProduct['mainId'] ?? 0;
|
|
|
$tmp['smallUnitPrice'] = $itemPrice;
|
|
$tmp['smallUnitPrice'] = $itemPrice;
|
|
|
$tmp['classId'] = $classId;
|
|
$tmp['classId'] = $classId;
|
|
|
|
|
+ $tmp['belongCost'] = $currentGhsProduct['belongCost'] ?? 0;
|
|
|
|
|
|
|
|
$totalBigNum += $bigNum;
|
|
$totalBigNum += $bigNum;
|
|
|
$totalSmallNum += $smallNum;
|
|
$totalSmallNum += $smallNum;
|