修改项目汇总统计
parent
06c97f63dd
commit
5c7ddd67d7
|
@ -100,6 +100,17 @@ public class StatisticsService {
|
|||
}
|
||||
|
||||
if(CollectionUtil.isEmpty(projectIds)){
|
||||
List<CashFlowStatisticsBean> cashFlow = new ArrayList<>();
|
||||
CashFlowStatisticsBean cashFlowStatisticsBean = new CashFlowStatisticsBean();
|
||||
cashFlowStatisticsBean.setTitle("预算金额");
|
||||
list.add(include);
|
||||
list.add(exclude);
|
||||
profitAndLossList.add(profitAndLossBeanInclude);
|
||||
profitAndLossList.add(profitAndLossBeanExclude);
|
||||
cashFlow.add(cashFlowStatisticsBean);
|
||||
statisticsBean.setPrimaryIndicatorBeanList(list);
|
||||
statisticsBean.setProfitAndLossBeanList(profitAndLossList);
|
||||
statisticsBean.setCashFlowStatisticsBeanList(cashFlow);
|
||||
return statisticsBean;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue