预警期限为12个月

This commit is contained in:
zhaokaiyao@91isoft.com
2022-01-04 21:44:03 +08:00
parent 692bffa7d0
commit d6e5fe038d
@@ -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);
}