@@ -131,6 +131,7 @@ public class PmDemandServiceImpl extends ServiceImpl<PmDemandMapper, PmDemand> i
PmDemand pmDemand = this.getById(demandId);
if (pmDemand != null) {
PmDemandResVo vo = new PmDemandResVo();
+ vo.setProjectName(pmDemand.getProjectName());
vo.setDemandId(demandId);
if ("1".equals(detailType)) { //项目计划