fix: Es无限刷日志BUG
This commit is contained in:
+1
-1
@@ -1346,7 +1346,7 @@ public class LawsHomeSearchServiceImpl implements ILawsHomeSearchService {
|
|||||||
List<String> listIdsSub = listIds.subList(startIndex, endIndex);
|
List<String> listIdsSub = listIds.subList(startIndex, endIndex);
|
||||||
List<LawsEnterpriseStandard> listLawsEnterpriseStandard = lawsEnterpriseStandardService.listByIds(listIdsSub);
|
List<LawsEnterpriseStandard> listLawsEnterpriseStandard = lawsEnterpriseStandardService.listByIds(listIdsSub);
|
||||||
if(CollectionUtils.isEmpty(listLawsEnterpriseStandard)){
|
if(CollectionUtils.isEmpty(listLawsEnterpriseStandard)){
|
||||||
continue;
|
break;
|
||||||
}
|
}
|
||||||
for (LawsEnterpriseStandard lawsEnterpriseStandard : listLawsEnterpriseStandard) {
|
for (LawsEnterpriseStandard lawsEnterpriseStandard : listLawsEnterpriseStandard) {
|
||||||
try {
|
try {
|
||||||
|
|||||||
Reference in New Issue
Block a user