shish 5 anos atrás
pai
commit
dadf0c3929
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      biz-ghs/product/classes/ProductClass.php

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

@@ -853,7 +853,7 @@ class ProductClass extends BaseClass
         $ratio = $data['ratio'] ?? false;
         $weight = $data['weight'] ?? false;
         $data['bigUnit'] = $data['bigUnit'] ?? '扎';
-        $data['smallUnit'] = $data['smallUnit'] ?? '';
+        $data['smallUnit'] = $data['smallUnit'] ?? '';
         $data['shopId'] = $data['shopId'] ?? 0;
         $currentShopId = $data['shopId'];
         $data['sjId'] = $data['sjId'] ?? 0;