Browse Source

专题管理

gorden 9 months ago
parent
commit
77f6a9610b
1 changed files with 1 additions and 0 deletions
  1. 1 0
      app/admin/service/goods/GoodsService.php

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

@@ -302,6 +302,7 @@ class GoodsService
             }
             // Sku表
             $skus = GoodsSku::where('join_sku_goods_id', $goodsId)->get();
+            dump($skus);
             if (!empty($skus)) {
                 $skus = $skus->toArray();
                 $submitList = [];