From f5474bfbb61b70b412d1583a04292db30a06604e Mon Sep 17 00:00:00 2001 From: syruan <15555146157@163.com> Date: Wed, 24 Sep 2025 18:36:00 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E9=85=8D=E7=BD=AE=E6=96=87?= =?UTF-8?q?=E4=BB=B6=EF=BC=8C=E6=B3=A8=E9=87=8A=E6=8E=89IP=E5=9C=B0?= =?UTF-8?q?=E5=9D=80=E8=AE=BE=E7=BD=AE=EF=BC=8C=E4=BC=98=E5=8C=96=E8=A7=92?= =?UTF-8?q?=E8=89=B2=E7=8A=B6=E6=80=81=E4=BF=AE=E6=94=B9=E6=8E=A5=E5=8F=A3?= =?UTF-8?q?=E7=9A=84=E6=B3=A8=E8=A7=A3=E6=A0=BC=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bonus-auth/src/main/resources/bootstrap-material_mall_test.yml | 2 +- .../src/main/resources/bootstrap-material_mall_test.yml | 2 +- .../java/com/bonus/system/controller/SysRoleController.java | 2 +- .../src/main/resources/bootstrap-material_mall_test.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/bonus-auth/src/main/resources/bootstrap-material_mall_test.yml b/bonus-auth/src/main/resources/bootstrap-material_mall_test.yml index ad84584..9fe7357 100644 --- a/bonus-auth/src/main/resources/bootstrap-material_mall_test.yml +++ b/bonus-auth/src/main/resources/bootstrap-material_mall_test.yml @@ -10,7 +10,7 @@ spring: # 服务注册地址 server-addr: 14.103.246.124:8848 namespace: material_mall_shanxi - ip: 192.168.0.69 +# ip: 192.168.0.69 config: # 配置中心地址 server-addr: 14.103.246.124:8848 diff --git a/bonus-gateway/src/main/resources/bootstrap-material_mall_test.yml b/bonus-gateway/src/main/resources/bootstrap-material_mall_test.yml index be0abdb..19466f8 100644 --- a/bonus-gateway/src/main/resources/bootstrap-material_mall_test.yml +++ b/bonus-gateway/src/main/resources/bootstrap-material_mall_test.yml @@ -10,7 +10,7 @@ spring: # 服务注册地址 server-addr: 14.103.246.124:8848 namespace: material_mall_shanxi - ip: 192.168.0.69 +# ip: 192.168.0.69 config: # 配置中心地址 server-addr: 14.103.246.124:8848 diff --git a/bonus-modules/bonus-system/src/main/java/com/bonus/system/controller/SysRoleController.java b/bonus-modules/bonus-system/src/main/java/com/bonus/system/controller/SysRoleController.java index 93096d9..2090e4a 100644 --- a/bonus-modules/bonus-system/src/main/java/com/bonus/system/controller/SysRoleController.java +++ b/bonus-modules/bonus-system/src/main/java/com/bonus/system/controller/SysRoleController.java @@ -165,7 +165,7 @@ public class SysRoleController extends BaseController * 状态修改 */ @RequiresPermissionsOrInnerAuth(innerAuth = @InnerAuth, requiresPermissions = @RequiresPermissions("system:role:edit")) - @PostMapping("/changeStatus") + @PostMapping("/changeStatus") @SysLog(title = "角色管理", businessType = OperaType.UPDATE,logType = 0,module = "系统管理->角色管理",details = "修改角色状态") public AjaxResult changeStatus(@RequestBody SysRole role) { try{ diff --git a/bonus-modules/bonus-system/src/main/resources/bootstrap-material_mall_test.yml b/bonus-modules/bonus-system/src/main/resources/bootstrap-material_mall_test.yml index 437c29f..4f141d1 100644 --- a/bonus-modules/bonus-system/src/main/resources/bootstrap-material_mall_test.yml +++ b/bonus-modules/bonus-system/src/main/resources/bootstrap-material_mall_test.yml @@ -10,7 +10,7 @@ spring: # 服务注册地址 server-addr: 14.103.246.124:8848 namespace: material_mall_shanxi - ip: 192.168.0.69 +# ip: 192.168.0.69 config: # 配置中心地址 server-addr: 14.103.246.124:8848