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