|
@@ -314,7 +314,7 @@ public class OperationConfigFacade {
|
|
.collect(Collectors.toList());
|
|
.collect(Collectors.toList());
|
|
ConceptVO conceptVO = new ConceptVO();
|
|
ConceptVO conceptVO = new ConceptVO();
|
|
conceptVO.setNames(uniqueNames);
|
|
conceptVO.setNames(uniqueNames);
|
|
- conceptVO.setType(ConceptTypeEnum.Opeartion.getKey());
|
|
|
|
|
|
+ conceptVO.setType(ConceptTypeEnum.Operation.getKey());
|
|
RespDTO<List<String>> respDTO = cdssCoreClient.getConceptNames(conceptVO);
|
|
RespDTO<List<String>> respDTO = cdssCoreClient.getConceptNames(conceptVO);
|
|
RespDTOUtil.respNGDealCover(respDTO, "标准术语校验失败");
|
|
RespDTOUtil.respNGDealCover(respDTO, "标准术语校验失败");
|
|
List<String> names = respDTO.data;
|
|
List<String> names = respDTO.data;
|