diff --git a/rc-service/rc-service-other/other-infrastructure/src/main/java/com/red/circle/other/infra/database/rds/service/badge/impl/BadgeBackpackServiceImpl.java b/rc-service/rc-service-other/other-infrastructure/src/main/java/com/red/circle/other/infra/database/rds/service/badge/impl/BadgeBackpackServiceImpl.java index 92f1179a..f3fbef55 100644 --- a/rc-service/rc-service-other/other-infrastructure/src/main/java/com/red/circle/other/infra/database/rds/service/badge/impl/BadgeBackpackServiceImpl.java +++ b/rc-service/rc-service-other/other-infrastructure/src/main/java/com/red/circle/other/infra/database/rds/service/badge/impl/BadgeBackpackServiceImpl.java @@ -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)