@@ -269,7 +269,7 @@ public class PeriodCalculationUtil {
}
// 3.2 处理首个周期
- if (currLastDay != null) {
+ if (currLastDay != null && currLastDay.equals(periodEndDate) == false) {
if (userMonthDay) {
Period period = new Period();