|
@@ -114,7 +114,7 @@ public class OtherTipProcess {
|
|
|
|
|
|
SearchCollectionConceptVO searchCollectionConceptVO = new SearchCollectionConceptVO();
|
|
|
searchCollectionConceptVO.setNames(uniqueNames);
|
|
|
- List<GetAllForRelationDTO> getAllForRelationDTOS = klConceptFacade.searchCollectionConceptNew(searchCollectionConceptVO);
|
|
|
+ List<GetAllForRelationDTO> getAllForRelationDTOS = klConceptFacade.searchCollectionConceptFacNew(searchCollectionConceptVO);
|
|
|
|
|
|
if (ListUtil.isEmpty(getAllForRelationDTOS)) {
|
|
|
return;
|