From 809876f4f03ec6b82ee79ef2123ea544dcd377b2 Mon Sep 17 00:00:00 2001 From: zhaoqing <3160641494@qq.com> Date: Thu, 18 Jun 2026 11:33:56 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=BC=81=E4=B8=9A=E5=B8=81?= =?UTF-8?q?=E5=80=BC-=E5=90=84=E7=BB=84=E7=BB=87=E7=8B=AC=E7=AB=8B?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/java/com/mhd/system/api/WlhyServiceFeign.java | 2 +- .../com/mhd/system/api/factory/RemoteWlhyFallbackFactory.java | 2 +- .../service/exchangeRate/ExchangeRateApplicationService.java | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/mhd-api/mhd-api-system/src/main/java/com/mhd/system/api/WlhyServiceFeign.java b/mhd-api/mhd-api-system/src/main/java/com/mhd/system/api/WlhyServiceFeign.java index 2a035bb27..2ecede290 100644 --- a/mhd-api/mhd-api-system/src/main/java/com/mhd/system/api/WlhyServiceFeign.java +++ b/mhd-api/mhd-api-system/src/main/java/com/mhd/system/api/WlhyServiceFeign.java @@ -553,5 +553,5 @@ public interface WlhyServiceFeign { @RequestParam(name="pushTime",required = false) String pushTime, @RequestParam(name="pushBy",required = false) Long pushBy, @RequestParam(name="pushByName",required = false) String pushByName, - @RequestParam("organizationId") Long organizationId); + @RequestParam("organizationId") String organizationId); } \ No newline at end of file diff --git a/mhd-api/mhd-api-system/src/main/java/com/mhd/system/api/factory/RemoteWlhyFallbackFactory.java b/mhd-api/mhd-api-system/src/main/java/com/mhd/system/api/factory/RemoteWlhyFallbackFactory.java index 3a989887e..489e8e221 100644 --- a/mhd-api/mhd-api-system/src/main/java/com/mhd/system/api/factory/RemoteWlhyFallbackFactory.java +++ b/mhd-api/mhd-api-system/src/main/java/com/mhd/system/api/factory/RemoteWlhyFallbackFactory.java @@ -557,7 +557,7 @@ public class RemoteWlhyFallbackFactory implements FallbackFactory