소스 검색

编辑器异常

gorden 10 달 전
부모
커밋
70a66105f5
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      app/admin/service/goods/GoodsService.php

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

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