瀏覽代碼

代码优化

wangyu 6 年之前
父節點
當前提交
b6a7ecff07
共有 1 個文件被更改,包括 1 次插入2 次删除
  1. 1 2
      icss-service/src/main/java/com/diagbot/client/hystrix/AiptServiceHystrix.java

+ 1 - 2
icss-service/src/main/java/com/diagbot/client/hystrix/AiptServiceHystrix.java

@@ -41,7 +41,6 @@ import com.diagbot.vo.RetrievalVO;
 import com.diagbot.vo.ScaleIndexVO;
 import lombok.extern.slf4j.Slf4j;
 import org.springframework.stereotype.Component;
-import org.springframework.web.bind.annotation.PostMapping;
 import org.springframework.web.bind.annotation.RequestBody;
 import org.springframework.web.bind.annotation.RequestParam;
 
@@ -173,7 +172,7 @@ public class AiptServiceHystrix implements AiptServiceClient {
      * @return 术语id和术语 Map
      */
     @Override
-    public RespDTO<Map<String, Long>> getConceptCondMap(@RequestBody ConceptFindVO conceptFindVO){
+    public RespDTO<Map<Long, String>> getConceptCondMap(@RequestBody ConceptFindVO conceptFindVO){
         log.error("【hystrix】调用{}异常", "getConceptMap");
         return null;
     }