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