From 14fbcc97491af7b4b4c80b11af9978fd5e9ed0c6 Mon Sep 17 00:00:00 2001 From: tianfeng <769204422@qq.com> Date: Thu, 28 Aug 2025 15:26:10 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E6=88=BF=E9=97=B4):=20=E7=A7=BB=E9=99=A4?= =?UTF-8?q?=E9=94=81=E6=88=BF=E9=81=93=E5=85=B7=E5=8D=A1=E6=A0=A1=E9=AA=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../com/red/circle/other/app/command/room/LockedRoomCmdExe.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rc-service/rc-service-other/other-application/src/main/java/com/red/circle/other/app/command/room/LockedRoomCmdExe.java b/rc-service/rc-service-other/other-application/src/main/java/com/red/circle/other/app/command/room/LockedRoomCmdExe.java index ee6c688e..20d330f7 100644 --- a/rc-service/rc-service-other/other-application/src/main/java/com/red/circle/other/app/command/room/LockedRoomCmdExe.java +++ b/rc-service/rc-service-other/other-application/src/main/java/com/red/circle/other/app/command/room/LockedRoomCmdExe.java @@ -34,7 +34,7 @@ public class LockedRoomCmdExe { ResponseAssert.isTrue(CommonErrorCode.INSUFFICIENT_PERMISSION, Objects.equals(cmd.requiredReqUserId(), manager.getUserId())); - checkAbility(cmd); +// checkAbility(cmd); roomProfileManagerService.updatePassword(cmd.getRoomId(), cmd.getPassword()); }