徽章佩戴新增userId 判断
This commit is contained in:
parent
0ec60dc1d3
commit
65104f9d9b
@ -57,6 +57,7 @@ public class BadgeBackpackServiceImpl extends
|
||||
|
||||
update()
|
||||
.set(BadgeBackpack::getUseProps, Boolean.TRUE)
|
||||
.eq(BadgeBackpack::getUserId, userId)
|
||||
.in(BadgeBackpack::getBadgeId, new HashSet<>(badgeIds))
|
||||
.execute();
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user