Signed-off-by: GamePlayer-Joker <13317488+gameplayer-joker@user.noreply.gitee.com>
plp
GamePlayer-Joker 2 years ago committed by Gitee
parent 76a8fb8a0a
commit 1bf182c341
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

@ -81,7 +81,7 @@ public class AppCombinationRecordController {
headRecord.setId(1L);
headRecord.setNickname("用户" + 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.setUserCount(3);
headRecord.setStatus(1);

Loading…
Cancel
Save