|
@@ -426,7 +426,7 @@ public class PmDemandServiceImpl extends ServiceImpl<PmDemandMapper, PmDemand> i
|
|
|
}
|
|
|
|
|
|
//合同信息文件
|
|
|
- HashMap<String, String> pmContractInfoFileMap = getFileMap(vo.getDemandId(),SysFileRefEnum.PM_CONTRACT_INFO.getType());
|
|
|
+ HashMap<String, String> pmContractInfoFileMap = getFileMap(pmContractInfo.getId(),SysFileRefEnum.PM_CONTRACT_INFO.getType());
|
|
|
if(pmContractInfoFileMap != null){
|
|
|
pmContractInfoResVo.setFileMap(pmContractInfoFileMap);
|
|
|
}
|
|
@@ -441,7 +441,7 @@ public class PmDemandServiceImpl extends ServiceImpl<PmDemandMapper, PmDemand> i
|
|
|
BeanUtils.copyProperties(pmProjectConstruction,pmProjectConstructionResVo);
|
|
|
|
|
|
//建设情况文件
|
|
|
- HashMap<String, String> projectConstructionFileMap = getFileMap(vo.getDemandId(),SysFileRefEnum.PM_PROJECT_CONSTRUCTION.getType());
|
|
|
+ HashMap<String, String> projectConstructionFileMap = getFileMap(pmProjectConstruction.getId(),SysFileRefEnum.PM_PROJECT_CONSTRUCTION.getType());
|
|
|
if(projectConstructionFileMap != null){
|
|
|
pmProjectConstructionResVo.setFileMap(projectConstructionFileMap);
|
|
|
}
|