From 2ba8198c2edbe08b1509b45fe351ccbc43102546 Mon Sep 17 00:00:00 2001 From: tianfeng <769204422@qq.com> Date: Thu, 20 Nov 2025 11:13:04 +0800 Subject: [PATCH] =?UTF-8?q?in=E5=8E=BB=E9=99=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../red/circle/other/app/command/user/UserToggleBadgeCmdExe.java | 1 - 1 file changed, 1 deletion(-) diff --git a/rc-service/rc-service-other/other-application/src/main/java/com/red/circle/other/app/command/user/UserToggleBadgeCmdExe.java b/rc-service/rc-service-other/other-application/src/main/java/com/red/circle/other/app/command/user/UserToggleBadgeCmdExe.java index 389f9270..48dfffaa 100644 --- a/rc-service/rc-service-other/other-application/src/main/java/com/red/circle/other/app/command/user/UserToggleBadgeCmdExe.java +++ b/rc-service/rc-service-other/other-application/src/main/java/com/red/circle/other/app/command/user/UserToggleBadgeCmdExe.java @@ -49,7 +49,6 @@ public class UserToggleBadgeCmdExe { // 查询当前已佩戴的徽章 LambdaQueryWrapper eq = Wrappers.lambdaQuery(BadgeBackpack.class) .eq(BadgeBackpack::getUserId, userId) - .in(BadgeBackpack::getExpireType) .eq(BadgeBackpack::getUseProps, Boolean.TRUE); List currentWearBadges = badgeBackpackService.list(eq);