|
|
@@ -216,7 +216,6 @@ public class DelayedRetirementDateCalcTask extends AbstractTask implements Plug
|
|
|
Object[] update = SaveServiceHelper.save(retirewarnDynList.toArray(new DynamicObject[0]));
|
|
|
length = update.length;
|
|
|
|
|
|
- return length;
|
|
|
}
|
|
|
return length;
|
|
|
|
|
|
@@ -343,7 +342,6 @@ public class DelayedRetirementDateCalcTask extends AbstractTask implements Plug
|
|
|
Object[] update = SaveServiceHelper.save(perList.toArray(new DynamicObject[0]));
|
|
|
length = update.length;
|
|
|
|
|
|
- return length;
|
|
|
}
|
|
|
return length;
|
|
|
}
|
|
|
@@ -404,7 +402,7 @@ public class DelayedRetirementDateCalcTask extends AbstractTask implements Plug
|
|
|
int birthDay = localDate.getDayOfMonth();
|
|
|
|
|
|
//int gender = 2;
|
|
|
- System.out.println("性别为:女55");
|
|
|
+ //System.out.println("性别为:女55");
|
|
|
|
|
|
LocalDate birthDate = LocalDate.of(birthYear, birthMonth, birthDay);
|
|
|
LocalDate startDate = LocalDate.of(2025, 1, 1);
|
|
|
@@ -461,8 +459,6 @@ public class DelayedRetirementDateCalcTask extends AbstractTask implements Plug
|
|
|
// 计算延迟后的退休日期
|
|
|
LocalDate retirementDate = originalRetirementDate.plusMonths(delayedMonths);
|
|
|
|
|
|
- //System.out.printf("根据计算,您的预计退休日期为:%s\n", retirementDate.toString());
|
|
|
-
|
|
|
return retirementDate;
|
|
|
|
|
|
}
|