|
@@ -125,7 +125,7 @@ public class IndexBaseMonthDataServiceImpl extends BaseServiceImpl<Long, IndexBa
|
|
|
indexBaseMonthData.setPercent(BigDecimal.ZERO);
|
|
|
indexBaseMonthData.setDataType(typeDateMapEntry.getKey());
|
|
|
typeDateMapEntry.getValue().add(indexBaseMonthData);
|
|
|
- currentMonthDate = currentMonthDate.plusMonths(1);
|
|
|
+ currentMonthDate = currentMonthDate.plusDays(1);
|
|
|
}
|
|
|
typeDateMapEntry.getValue().sort(Comparator.comparing(IndexBaseMonthData::getMonth));
|
|
|
if(IndexDataType.ACTIVATION_RATE.equals(typeDateMapEntry.getKey())||IndexDataType.HOMEWORK_CREATE_RATE.equals(typeDateMapEntry.getKey())
|