|
@@ -117,8 +117,8 @@ public class IndexBaseMonthDataServiceImpl extends BaseServiceImpl<Long, IndexBa
|
|
|
LocalDate currentMonthDate = startDate;
|
|
|
while (currentMonthDate.compareTo(endDate)<=0){
|
|
|
if(IndexDataType.HOMEWORK_CREATE_RATE.equals(typeDateMapEntry.getKey())
|
|
|
- ||IndexDataType.FINANCE_BALANCE_AMOUNT.equals(typeDateMapEntry.getKey())
|
|
|
- ||IndexDataType.FINANCE_AMOUNT.equals(typeDateMapEntry.getKey())){
|
|
|
+ ||IndexDataType.HOMEWORK_SUBMIT_RATE.equals(typeDateMapEntry.getKey())
|
|
|
+ ||IndexDataType.HOMEWORK_COMMENT_RATE.equals(typeDateMapEntry.getKey())){
|
|
|
currentMonthDate = currentMonthDate.plusDays(1);
|
|
|
continue;
|
|
|
}
|