shish 2 anni fa
parent
commit
4f94555ec8
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      biz-ghs/product/classes/ProductClass.php

+ 1 - 0
biz-ghs/product/classes/ProductClass.php

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