From 47cd0861233c5cbf76c31b979a87c5dbfc0ddff2 Mon Sep 17 00:00:00 2001 From: efren <79289982@qq.com> Date: Fri, 8 Aug 2025 11:45:04 +0800 Subject: [PATCH] =?UTF-8?q?=E7=B3=BB=E7=BB=9F=E7=AE=A1=E7=90=86-=E7=BB=84?= =?UTF-8?q?=E7=BB=87=E6=9C=BA=E6=9E=84=E5=88=86=E9=A1=B5=E6=8E=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../chinaunicom/mall/ebtp/common/base/client/SystemClient.java | 2 +- .../mall/ebtp/common/base/fallback/SystemClientFallback.java | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/uboot-common/src/main/java/com/chinaunicom/mall/ebtp/common/base/client/SystemClient.java b/uboot-common/src/main/java/com/chinaunicom/mall/ebtp/common/base/client/SystemClient.java index 3480824..85e4dda 100644 --- a/uboot-common/src/main/java/com/chinaunicom/mall/ebtp/common/base/client/SystemClient.java +++ b/uboot-common/src/main/java/com/chinaunicom/mall/ebtp/common/base/client/SystemClient.java @@ -80,7 +80,7 @@ public interface SystemClient { @ApiOperation("查询分页数据") @PostMapping("/getPage") - BaseResponse> getPage(@ApiParam(value = "对象数据", required = true) @RequestBody SysOrgVO sysOrgVO); + BaseResponse> getOrgPage(@ApiParam(value = "对象数据", required = true) @RequestBody SysOrgVO sysOrgVO); @Configuration class FeignConfig { diff --git a/uboot-common/src/main/java/com/chinaunicom/mall/ebtp/common/base/fallback/SystemClientFallback.java b/uboot-common/src/main/java/com/chinaunicom/mall/ebtp/common/base/fallback/SystemClientFallback.java index a5a14ab..acd967b 100644 --- a/uboot-common/src/main/java/com/chinaunicom/mall/ebtp/common/base/fallback/SystemClientFallback.java +++ b/uboot-common/src/main/java/com/chinaunicom/mall/ebtp/common/base/fallback/SystemClientFallback.java @@ -71,7 +71,7 @@ public class SystemClientFallback implements SystemClient { } @Override - public BaseResponse> getPage(SysOrgVO sysOrgVO) { + public BaseResponse> getOrgPage(SysOrgVO sysOrgVO) { return null; } } \ No newline at end of file