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