From 82d08f76c2f6d9e3fc3a6428735ec5f38c4d5b08 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E5=A5=8E=E5=85=B4?= <2220574228@qq.com> Date: Wed, 17 Jun 2026 15:49:29 +0800 Subject: [PATCH] =?UTF-8?q?ot=E4=B8=9A=E5=8A=A1=E5=8D=95=E6=A0=A1=E9=AA=8C?= =?UTF-8?q?=E4=BF=A1=E7=94=A8=E9=A2=9D=E5=BA=A6=EF=BC=9B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../system/api/factory/RemoteUserFeignFallbackFactory.java | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/mhd-api/mhd-api-system/src/main/java/com/mhd/system/api/factory/RemoteUserFeignFallbackFactory.java b/mhd-api/mhd-api-system/src/main/java/com/mhd/system/api/factory/RemoteUserFeignFallbackFactory.java index 927db7886..d8221e2e6 100644 --- a/mhd-api/mhd-api-system/src/main/java/com/mhd/system/api/factory/RemoteUserFeignFallbackFactory.java +++ b/mhd-api/mhd-api-system/src/main/java/com/mhd/system/api/factory/RemoteUserFeignFallbackFactory.java @@ -8,6 +8,7 @@ import com.mhd.common.core.web.domain.AjaxResult; import com.mhd.common.core.web.page.TableDataInfo; import com.mhd.system.api.UserServiceFeign; import com.mhd.system.api.domain.UserDTO; +import com.mhd.system.api.domain.UserShipperFeignDTO; import com.mhd.system.api.domain.UserShipperQueryDTO; import com.mhd.system.api.domain.UserUpdateDTO; import com.mhd.system.api.model.LoginUser; @@ -211,6 +212,11 @@ public class RemoteUserFeignFallbackFactory implements FallbackFactory shipperIdList) { return AjaxResult.error("更新失败" + throwable.getMessage()); } + + @Override + public AjaxResult querySaleCreditLimitFeign(UserShipperFeignDTO userShipperDTO) { + return null; + } }; } } \ No newline at end of file