|
@@ -2373,7 +2373,6 @@ public class PmDemandServiceImpl extends ServiceImpl<PmDemandMapper, PmDemand> i
|
|
|
StatisticalChartsResVo mapIncomplete = pmDemandMapper.purchaseProjectExecuteIncomplete(pmDemandReqVo);
|
|
|
mapIncomplete.setColumnName("未完成采购任务");
|
|
|
resVos.add(mapIncomplete);
|
|
|
-
|
|
|
return resVos;
|
|
|
}
|
|
|
|
|
@@ -3539,7 +3538,7 @@ public class PmDemandServiceImpl extends ServiceImpl<PmDemandMapper, PmDemand> i
|
|
|
|
|
|
@Override
|
|
|
public AjaxResult countMajorProjectNumCGB(PmDemandReqVo pmDemandReqVo) {
|
|
|
- //新增执行滞后采购任务数量分析 所有的超过计划完成采购时间的数据w
|
|
|
+ //新增执行滞后采购任务数量分析 所有的超过计划完成采购时间的数据
|
|
|
|
|
|
return null;
|
|
|
}
|