From e845dcceffaad2af02171232044cb5c917df3a4d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=9B=A8=E6=9C=A8c?= <857448963@qq.com> Date: Fri, 30 Jun 2023 16:28:11 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8A=80=E6=9C=AF=E7=9B=91=E7=9D=A3=E7=AE=A1?= =?UTF-8?q?=E7=90=86=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../com/njcn/process/api/SupvStatisticReportMFeignClient.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pqs-process/process-api/src/main/java/com/njcn/process/api/SupvStatisticReportMFeignClient.java b/pqs-process/process-api/src/main/java/com/njcn/process/api/SupvStatisticReportMFeignClient.java index 9a539e198..5e755258a 100644 --- a/pqs-process/process-api/src/main/java/com/njcn/process/api/SupvStatisticReportMFeignClient.java +++ b/pqs-process/process-api/src/main/java/com/njcn/process/api/SupvStatisticReportMFeignClient.java @@ -15,7 +15,7 @@ import java.time.LocalDate; * @author cdf * @date 2023/4/13 */ -@FeignClient(value = ServerInfo.PROCESS,contextId = "/supv/report",path = "/supv/report",fallbackFactory = SupvStatisticReportMFallbackFactory.class) +@FeignClient(value = ServerInfo.PROCESS,path = "/supv/report",fallbackFactory = SupvStatisticReportMFallbackFactory.class) public interface SupvStatisticReportMFeignClient { @PostMapping("/statisticReport")