|
@@ -68,7 +68,7 @@ public class UserClueServiceImpl extends BaseMybatisDao<UserMapper> implements U
|
|
|
LocalDateTime clueTime = null;
|
|
LocalDateTime clueTime = null;
|
|
|
for (OutUserClueList e : list) {
|
|
for (OutUserClueList e : list) {
|
|
|
clueTime=e.getClueTransferTime().toInstant().atZone(ZoneId.systemDefault()).toLocalDateTime();
|
|
clueTime=e.getClueTransferTime().toInstant().atZone(ZoneId.systemDefault()).toLocalDateTime();
|
|
|
- clueTime = clueTime.withHour(0).withMinute(0).withSecond(0).plusDays(15);
|
|
|
|
|
|
|
+ clueTime = clueTime.withHour(0).withMinute(0).withSecond(0).plusDays(AFTConstants.CLUE_USER_MAX);
|
|
|
long between = ChronoUnit.DAYS.between(now,clueTime);
|
|
long between = ChronoUnit.DAYS.between(now,clueTime);
|
|
|
e.setDays((int) between);
|
|
e.setDays((int) between);
|
|
|
}
|
|
}
|