|
@@ -439,13 +439,6 @@ public class KlConceptFacade extends KlConceptServiceImpl {
|
|
|
|
|
|
|
|
|
|
public List<GetAllForRelationDTO> searchCollectionConceptFac(SearchCollectionConceptVO searchCollectionConceptVO) {
|
|
public List<GetAllForRelationDTO> searchCollectionConceptFac(SearchCollectionConceptVO searchCollectionConceptVO) {
|
|
- List<Long> excludedConceptIds = searchCollectionConceptVO.getExcludedConceptIds();
|
|
|
|
- Integer libType = searchCollectionConceptVO.getLibType();
|
|
|
|
- Integer logicalOperator = searchCollectionConceptVO.getLogicalOperator();
|
|
|
|
- List<String> names = searchCollectionConceptVO.getNames();
|
|
|
|
- List<KlConcept> conceptList = this.list(new QueryWrapper<KlConcept>()
|
|
|
|
- .eq("is_deleted", IsDeleteEnum.N.getKey())
|
|
|
|
- );
|
|
|
|
List<GetAllForRelationDTO> getAllForRelationDTOS = this.searchCollectionConcept(searchCollectionConceptVO);
|
|
List<GetAllForRelationDTO> getAllForRelationDTOS = this.searchCollectionConcept(searchCollectionConceptVO);
|
|
return getAllForRelationDTOS;
|
|
return getAllForRelationDTOS;
|
|
}
|
|
}
|