Browse Source

价格管理

shish 3 years ago
parent
commit
5f5e5e9b07
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app-ghs/controllers/ProductController.php

+ 1 - 1
app-ghs/controllers/ProductController.php

@@ -334,7 +334,7 @@ class ProductController extends BaseController
                     continue;
                 }
                 $ptItemId = $productInfo->itemId;
-                ProductClass::changeSinglePrice($shop, $ptItemId, $price, $skPrice);
+                ProductClass::changeSinglePrice($shop, $ptItemId, $price, $skPrice, $params);
                 //在首店修改需要同步到所有直营店
                 if ($default == 1) {
                     foreach ($chainShopList as $chain) {