预警日期3年36个月

This commit is contained in:
zhaokaiyao@91isoft.com
2022-01-05 14:26:28 +08:00
parent 475a245e39
commit 8eeb61a354
@@ -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);
}