Browse Source

编辑器异常

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

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

@@ -2042,8 +2042,6 @@ class GoodsService
                     ],
                 ]);
             }
-            dump("更新商品详情");
-            dump($data);
             // 根据goods_id 查详情ID
             $detail = GoodsDetail::where('join_detail_goods_id', $params['goods_id'])->first();
             if ($detail) {