|
|
@@ -1333,6 +1333,7 @@ class ProductClass extends BaseClass
|
|
|
$tmp['sjId'] = $currentGhsProduct['sjId'] ?? 0;
|
|
|
$tmp['shopId'] = $currentGhsProduct['shopId'] ?? 0;
|
|
|
$tmp['mainId'] = $currentGhsProduct['mainId'] ?? 0;
|
|
|
+ $tmp['limitBuy'] = $currentGhsProduct['limitBuy'] ?? 0;
|
|
|
$tmp['smallUnitPrice'] = $itemPrice;
|
|
|
$tmp['classId'] = $classId;
|
|
|
$tmp['belongCost'] = $currentGhsProduct['belongCost'] ?? 0;
|