预警日期3年36个月
This commit is contained in:
@@ -37,8 +37,8 @@ public class TermDTO {
|
||||
public TermDTO() {
|
||||
//系统当前日期
|
||||
LocalDate starDate = LocalDate.now();
|
||||
//系统当前日期3个月后
|
||||
LocalDate endDate = LocalDate.now().plusMonths(12);
|
||||
//系统当前日期36个月后
|
||||
LocalDate endDate = LocalDate.now().plusMonths(36);
|
||||
|
||||
convertToStr(starDate,endDate);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user