From edea1f411465708eebcb2f3fa82928a270830e5f Mon Sep 17 00:00:00 2001 From: devil_gong Date: Thu, 1 Aug 2019 16:32:45 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=86=E7=B1=BB=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/service/GoodsService.php | 1 - 1 file changed, 1 deletion(-) diff --git a/application/service/GoodsService.php b/application/service/GoodsService.php index 4ee9d9b8b..316066058 100755 --- a/application/service/GoodsService.php +++ b/application/service/GoodsService.php @@ -186,7 +186,6 @@ class GoodsService foreach($goods_category as &$v) { $category_ids = self::GoodsCategoryItemsIds([$v['id']], 1); - print_r($category_ids); $goods = self::CategoryGoodsList(['where'=>['gci.category_id'=>$category_ids, 'g.is_home_recommended'=>1, 'g.is_shelves'=>1], 'm'=>0, 'n'=>8, 'field'=>'g.*']); $v['goods'] = $goods['data']; } -- GitLab