Jelajahi Sumber

在集合业务中,搜索术语

kongwz 3 tahun lalu
induk
melakukan
6ecbecb8b0
1 mengubah file dengan 0 tambahan dan 7 penghapusan
  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) {
-        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);
         return getAllForRelationDTOS;
     }