后台用户金币流水查询问题修复

This commit is contained in:
tianfeng 2026-06-01 15:11:44 +08:00
parent a16c49890c
commit f419905dc2

View File

@ -80,7 +80,7 @@ public class UserWalletServiceImpl implements UserWalletService {
}
if (Objects.isNull(query.getStartTime()) || Objects.isNull(query.getEndTime())) {
query.setStartTime(TimestampUtils.nowPlusDays(7).getTime());
query.setStartTime(TimestampUtils.nowMinusDays(7).getTime());
query.setEndTime(TimestampUtils.now().getTime());
}