From 1526e10404fb72f1172ce9b24e2a373962b42e63 Mon Sep 17 00:00:00 2001 From: tianfeng <769204422@qq.com> Date: Thu, 19 Mar 2026 17:53:09 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B8=A2=E5=87=BA=E6=88=BF=E9=97=B4=E6=9D=83?= =?UTF-8?q?=E9=99=90=E6=A0=87=E8=AF=86=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../red/circle/other/app/command/room/RoomBlackJoinCmdExe.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/RoomBlackJoinCmdExe.java b/rc-service/rc-service-other/other-application/src/main/java/com/red/circle/other/app/command/room/RoomBlackJoinCmdExe.java index 6b2c3838..2964b8a3 100644 --- a/rc-service/rc-service-other/other-application/src/main/java/com/red/circle/other/app/command/room/RoomBlackJoinCmdExe.java +++ b/rc-service/rc-service-other/other-application/src/main/java/com/red/circle/other/app/command/room/RoomBlackJoinCmdExe.java @@ -109,7 +109,7 @@ public class RoomBlackJoinCmdExe { // 被踢用户开启了防拉黑权限 ResponseAssert.isFalse(CommonErrorCode.INSUFFICIENT_PERMISSION, - userProfileGateway.getUserVipAbility(cmd.getUserId(), VipAbilityType.ANTI_BLOCK)); + userProfileGateway.getUserVipAbility(cmd.getUserId(), VipAbilityType.KICK_PREVENTION)); // 被操作人角色校验 RoomMember beOptMember = roomMemberService.getRoomMember(cmd.getRoomId(), cmd.getUserId());