瀏覽代碼

在集合业务中,搜索术语

kongwz 3 年之前
父節點
當前提交
6ecbecb8b0
共有 1 個文件被更改,包括 0 次插入7 次删除
  1. 0 7
      src/main/java/com/diagbot/facade/KlConceptFacade.java

+ 0 - 7
src/main/java/com/diagbot/facade/KlConceptFacade.java

@@ -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;
     }
     }