This commit is contained in:
tianfeng 2025-12-05 20:43:44 +08:00
parent 2f9c6c19ab
commit 9363e6f8a3

View File

@ -46,7 +46,6 @@ public class FreightBalanceRunningWaterServiceImpl extends
)
.and(Objects.nonNull(acceptUserId), e -> e
.eq(FreightBalanceRunningWater::getUserId, userId)
.or()
.eq(FreightBalanceRunningWater::getAcceptUserId, acceptUserId))
.and(Objects.nonNull(type), e -> e.eq(FreightBalanceRunningWater::getType, type))
.lt(Objects.nonNull(lastId), FreightBalanceRunningWater::getId, lastId)