From d66119c56081e210d2f4d0b18a759b4f71f4131f Mon Sep 17 00:00:00 2001 From: caihaohan Date: Wed, 24 Apr 2024 17:35:52 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20Es=E6=97=A0=E9=99=90=E5=88=B7=E6=97=A5?= =?UTF-8?q?=E5=BF=97BUG?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../laws/home/service/impl/LawsHomeSearchServiceImpl.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/laws-modules/src/main/java/com/jero/modules/laws/home/service/impl/LawsHomeSearchServiceImpl.java b/laws-modules/src/main/java/com/jero/modules/laws/home/service/impl/LawsHomeSearchServiceImpl.java index ffc9796b..1a6d4aa4 100644 --- a/laws-modules/src/main/java/com/jero/modules/laws/home/service/impl/LawsHomeSearchServiceImpl.java +++ b/laws-modules/src/main/java/com/jero/modules/laws/home/service/impl/LawsHomeSearchServiceImpl.java @@ -1346,7 +1346,7 @@ public class LawsHomeSearchServiceImpl implements ILawsHomeSearchService { List listIdsSub = listIds.subList(startIndex, endIndex); List listLawsEnterpriseStandard = lawsEnterpriseStandardService.listByIds(listIdsSub); if(CollectionUtils.isEmpty(listLawsEnterpriseStandard)){ - continue; + break; } for (LawsEnterpriseStandard lawsEnterpriseStandard : listLawsEnterpriseStandard) { try {