fix 项目合规评估流程查询不到数据

This commit is contained in:
lijiarao
2024-01-10 14:03:50 +08:00
parent ba59de4bfd
commit 4fe106c85c
@@ -530,6 +530,7 @@ public class ProcessHandleServiceImpl implements IProcessHandleService{
basicProcessInfoDTO.setProcessName(processAll.getPrcName());
basicProcessInfoDTO.setProcessDescription(processAll.getMes());
basicProcessInfoDTO.setProcessDueDate(processAll.getDueTime());
processInfoVO.setBusinessId(processAll.getProjectId());
}
}