From 0148868129dcb96e87f79778f437c977438fc8b8 Mon Sep 17 00:00:00 2001 From: Chopper Date: Thu, 21 Apr 2022 15:49:53 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=86=E7=B1=BB=E9=80=92=E5=BD=92=E9=94=99?= =?UTF-8?q?=E8=AF=AF=E7=9A=84=E5=8F=82=E6=95=B0=E4=BC=A0=E9=80=92=E9=97=AE?= =?UTF-8?q?=E9=A2=98=E8=A7=A3=E5=86=B3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../cn/lili/modules/goods/serviceimpl/CategoryServiceImpl.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/framework/src/main/java/cn/lili/modules/goods/serviceimpl/CategoryServiceImpl.java b/framework/src/main/java/cn/lili/modules/goods/serviceimpl/CategoryServiceImpl.java index c08865d9..70b29346 100644 --- a/framework/src/main/java/cn/lili/modules/goods/serviceimpl/CategoryServiceImpl.java +++ b/framework/src/main/java/cn/lili/modules/goods/serviceimpl/CategoryServiceImpl.java @@ -335,7 +335,7 @@ public class CategoryServiceImpl extends ServiceImpl i return item.getChildren(); } if (item.getChildren() != null && !item.getChildren().isEmpty()) { - return getChildren(parentId, categoryVOList); + return getChildren(parentId, item.getChildren()); } } return categoryVOList;