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