Signed-off-by: GamePlayer-Joker <13317488+gameplayer-joker@user.noreply.gitee.com>
This commit is contained in:
GamePlayer-Joker 2023-09-07 02:18:41 +00:00 committed by Gitee
parent 76a8fb8a0a
commit 1bf182c341
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -81,7 +81,7 @@ public class AppCombinationRecordController {
headRecord.setId(1L); headRecord.setId(1L);
headRecord.setNickname("用户" + 1); headRecord.setNickname("用户" + 1);
headRecord.setAvatar("头像" + 1); headRecord.setAvatar("头像" + 1);
headRecord.setExpireTime((LocalDateTime.ofInstant(DateUtils.addTime(Duration.ofDays(1)).toInstant(), zoneId)); headRecord.setExpireTime((LocalDateTime.ofInstant(DateUtils.addTime(Duration.ofDays(1)).toInstant(), zoneId)));
headRecord.setUserSize(10); headRecord.setUserSize(10);
headRecord.setUserCount(3); headRecord.setUserCount(3);
headRecord.setStatus(1); headRecord.setStatus(1);