From dbe1c29c0c7783a75ff929e50aad74a200196806 Mon Sep 17 00:00:00 2001 From: devil_gong Date: Thu, 25 Jul 2019 20:35:17 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BB=86=E8=8A=82=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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/service/GoodsService.php b/application/service/GoodsService.php index b3f8945e3..41873f14d 100755 --- a/application/service/GoodsService.php +++ b/application/service/GoodsService.php @@ -216,7 +216,7 @@ class GoodsService $temp = self::GoodsCategoryItemsIds($data, $is_enable); if(!empty($temp)) { - $data = array_merge($data, $temp); + $data = array_merge($ids, $data, $temp); } } return $data; -- GitLab