|
@@ -515,7 +515,7 @@ public class JavaFunctionJobHandler extends IJobHandler {
|
|
|
}
|
|
|
|
|
|
public void calcStationRjhfdl(Date date) {
|
|
|
- DateRange months = DateUtil.range(date, DateUtil.endOfYear(date), DateField.MONTH);
|
|
|
+ List<DateTime> months = DateUtil.rangeToList(date, DateUtil.endOfYear(date), DateField.MONTH);
|
|
|
for (DateTime month : months) {
|
|
|
DateTime begin = DateUtil.beginOfMonth(month);
|
|
|
DateTime end = DateUtil.endOfMonth(month);
|