条款导入拆分结果标准结构树查询子集数据
This commit is contained in:
+5
-4
@@ -1302,11 +1302,12 @@ public class LawsCommonServiceImpl implements ILawsCommonService {
|
|||||||
}
|
}
|
||||||
});
|
});
|
||||||
List<LawsNodeRelation> lawsNodeRelationListAll = lawsNodeRelationService.list(query);
|
List<LawsNodeRelation> lawsNodeRelationListAll = lawsNodeRelationService.list(query);
|
||||||
if(!CollectionUtils.isEmpty(lawsNodeRelationListAll)){
|
if(CollectionUtils.isEmpty(lawsNodeRelationListAll)){
|
||||||
String ids = lawsNodeRelationListAll.stream().map(LawsNodeRelation::getUniqueRelationFlag)
|
return new Page<>();
|
||||||
.collect(Collectors.joining(","));
|
|
||||||
selectionBoxVO.setIds(ids);
|
|
||||||
}
|
}
|
||||||
|
String ids = lawsNodeRelationListAll.stream().map(LawsNodeRelation::getUniqueRelationFlag)
|
||||||
|
.collect(Collectors.joining(","));
|
||||||
|
selectionBoxVO.setIds(ids);
|
||||||
} else {
|
} else {
|
||||||
return new Page<>();
|
return new Page<>();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user