|
@ -684,12 +684,6 @@ public class ProjectServiceImpl extends BaseServiceImpl<ProjectDao, ProjectEntit |
|
|
throw new RenException(EpmetErrorCode.PROJECT_IS_CLOSED.getCode()); |
|
|
throw new RenException(EpmetErrorCode.PROJECT_IS_CLOSED.getCode()); |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
//更新项目关联表
|
|
|
|
|
|
ProjectStaffEntity projectStaffEntity = new ProjectStaffEntity(); |
|
|
|
|
|
projectStaffEntity.setId(formDTO.getProjectStaffId()); |
|
|
|
|
|
projectStaffEntity.setIsHandle(ProjectConstant.HANDLE); |
|
|
|
|
|
projectStaffService.updateById(projectStaffEntity); |
|
|
|
|
|
|
|
|
|
|
|
//处理响应记录加入项目进展表
|
|
|
//处理响应记录加入项目进展表
|
|
|
ProjectProcessEntity projectProcessEntity = new ProjectProcessEntity(); |
|
|
ProjectProcessEntity projectProcessEntity = new ProjectProcessEntity(); |
|
|
projectProcessEntity.setProjectId(formDTO.getProjectId()); |
|
|
projectProcessEntity.setProjectId(formDTO.getProjectId()); |
|
|