@@ -253,6 +253,9 @@ public class IndexBaseMonthDataServiceImpl extends BaseServiceImpl<Long, IndexBa
if(typeDateMap.containsKey(dataType)||(!CollectionUtils.isEmpty(dataTypes)&&!dataTypes.contains(dataType.getCode()))){
continue;
}
+ if(dataType.equals(ORGAN_FINANCE_AMOUNT)){
+ continue;
+ }
IndexBaseMonthData indexBaseMonthData = new IndexBaseMonthData();
indexBaseMonthData.setMonth(Date.from(endDate.atStartOfDay(DateUtil.zoneId).toInstant()));