Browse Source

同步组合支付

gorden 6 months ago
parent
commit
f826375af8
1 changed files with 2 additions and 0 deletions
  1. 2 0
      app/admin/service/goods/GoodsService.php

+ 2 - 0
app/admin/service/goods/GoodsService.php

@@ -1325,6 +1325,8 @@ class GoodsService
             self::labelUpdate($params);
             // 产品运行控制信息表
             self::goodsRunningUpdate($params);
+            // sku表
+            self::goodsSkuSet($params, 'update');
 
             Db::commit();
         } catch (BusinessException $e) {