|
@@ -848,7 +848,8 @@ public class PlanYearsServiceImpl extends ServiceImpl<PlanYearsMapper, PlanYears
|
|
|
//计划待提交,需求待提交,合同待填制,项目建设待完成
|
|
|
String isAd = "false";
|
|
|
Integer numByProjectStatus = getNumByProjectStatus(ProjectStatus.PLANWAITCOMMIT.getCode(), isAd);
|
|
|
- Integer numByStatus = demandService.getNumByStatus(PmProjectStatus.DEMAND_WAIT_COMMIT.getCode());
|
|
|
+ Integer numByStatus = demandService.getNumByStatus(PmProjectStatus.DEMAND_WAIT_FILL.getCode()) +
|
|
|
+ demandService.getNumByStatus(PmProjectStatus.DEMAND_WAIT_COMMIT.getCode());
|
|
|
Integer numByStatus1 = demandService.getNumByStatus(PmProjectStatus.CONTRACT_WAIT_FILL.getCode());
|
|
|
Integer numByStatus2 = demandService.getNumByStatus(PmProjectStatus.UNDER_CONSTRUCTION.getCode());
|
|
|
StatisticalChartsResVo chartsResVo = new StatisticalChartsResVo();
|