浏览代码

调用ICSS5推理提示修改

gaodm 3 年之前
父节点
当前提交
4142c618c0
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/main/java/com/diagbot/client/hystrix/IcssPushServiceHystrix.java

+ 1 - 1
src/main/java/com/diagbot/client/hystrix/IcssPushServiceHystrix.java

@@ -13,7 +13,7 @@ import org.springframework.web.bind.annotation.RequestBody;
 public class IcssPushServiceHystrix implements IcssPushServiceClient {
     @Override
     public Response<ResponseData> getAnnotation(@RequestBody IcssVo searchData) {
-        log.error("【hystrix】调用{}异常", "CRF-getAnnotation");
+        log.error("【hystrix】调用{}异常", "ICSS5推理服务");
         return null;
     }
 }