|
@@ -439,6 +439,7 @@ public class KlConceptFacade extends KlConceptServiceImpl {
|
|
|
|
|
|
|
|
|
|
public List<GetAllForRelationDTO> searchCollectionConceptFac(SearchCollectionConceptVO searchCollectionConceptVO) {
|
|
public List<GetAllForRelationDTO> searchCollectionConceptFac(SearchCollectionConceptVO searchCollectionConceptVO) {
|
|
|
|
+ searchCollectionConceptVO.setNames(searchCollectionConceptVO.getNames().stream().filter(x ->StringUtil.isNotBlank(x)).collect(Collectors.toList()));
|
|
List<GetAllForRelationDTO> getAllForRelationDTOS = this.searchCollectionConcept(searchCollectionConceptVO);
|
|
List<GetAllForRelationDTO> getAllForRelationDTOS = this.searchCollectionConcept(searchCollectionConceptVO);
|
|
return getAllForRelationDTOS;
|
|
return getAllForRelationDTOS;
|
|
}
|
|
}
|