后台用户金币流水查询问题修复
This commit is contained in:
parent
a16c49890c
commit
f419905dc2
@ -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());
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user