|
|
@@ -1327,6 +1327,7 @@ class ProductClass extends BaseClass
|
|
|
$tmp['preNum'] = $itemNum;
|
|
|
$tmp['preBigNum'] = $v['bigNum'];
|
|
|
$tmp['preSmallNum'] = $v['smallNum'];
|
|
|
+ $tmp['remark'] = $v['remark'] ?? '';
|
|
|
$tmp['userPrice'] = $price;
|
|
|
$tmp['weight'] = $currentGhsProduct['weight'] ?? 0;
|
|
|
$tmp['sjId'] = $currentGhsProduct['sjId'] ?? 0;
|