赠送or收回 列表限制五个处理

This commit is contained in:
tianfeng 2025-11-20 20:56:11 +08:00
parent d5251a6940
commit 7fdf4e4232

View File

@ -81,7 +81,6 @@ public class BadgeBackpackServiceImpl extends
: Optional.ofNullable(query()
.eq(BadgeBackpack::getUserId, userId)
.eq(BadgeBackpack::getUseProps, Boolean.TRUE)
.last(PageConstant.formatLimit(5))
.list())
.map(badgeBackpacks -> badgeBackpacks.stream()
.filter(this::filterAvailable)