Commit ff1c6b174e2c935ac24dd5cf6f872a16c126ea5b
1 parent
183ff93c
update:修改中瑞调用服务名
Showing
1 changed file
with
1 additions
and
1 deletions
etrade-rpc/src/main/java/com/diligrp/etrade/rpc/EreportStartRpc.java
@@ -10,7 +10,7 @@ import org.springframework.web.bind.annotation.RequestBody; | @@ -10,7 +10,7 @@ import org.springframework.web.bind.annotation.RequestBody; | ||
10 | 10 | ||
11 | import java.util.List; | 11 | import java.util.List; |
12 | 12 | ||
13 | -@FeignClient(name = "ereport-start", contextId = "ereportStart") | 13 | +@FeignClient(name = "zrereport-start", contextId = "ereportStart") |
14 | public interface EreportStartRpc { | 14 | public interface EreportStartRpc { |
15 | 15 | ||
16 | /** | 16 | /** |