소스 검색

编辑器异常

gorden 10 달 전
부모
커밋
8a69ab2e9a
1개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  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) {