|
|
@ -1177,6 +1177,8 @@ public class ProjectServiceImpl extends BaseServiceImpl<ProjectDao, ProjectEntit |
|
|
|
processEntity.setOperationName(ProjectConstant.OPERATION_CREATED_NAME); |
|
|
|
processEntity.setPublicReply(formDTO.getPublicReply()); |
|
|
|
processEntity.setInternalRemark(formDTO.getInternalRemark()); |
|
|
|
processEntity.setAssistanceUnitId(formDTO.getAssistanceUnitId()); |
|
|
|
processEntity.setAssistanceUnitType(formDTO.getAssistanceUnitType()); |
|
|
|
agencyDeptGrid.getAgencyList().forEach(agency -> { |
|
|
|
if (issueDTO.getOrgId().equals(agency.getId())) { |
|
|
|
processEntity.setDepartmentName(agency.getOrganizationName()); |
|
|
|