|
@ -366,6 +366,7 @@ public class ProjectProcessServiceImpl extends BaseServiceImpl<ProjectProcessDao |
|
|
if (null == projectDetailResultDTO){ |
|
|
if (null == projectDetailResultDTO){ |
|
|
result.setDepartmentList(departmentList); |
|
|
result.setDepartmentList(departmentList); |
|
|
result.setDepartmentNameList(departments); |
|
|
result.setDepartmentNameList(departments); |
|
|
|
|
|
return result; |
|
|
} |
|
|
} |
|
|
if (ProjectConstant.CLOSED.equals(projectDetailResultDTO.getProjectStatus())) { |
|
|
if (ProjectConstant.CLOSED.equals(projectDetailResultDTO.getProjectStatus())) { |
|
|
//项目已结案,跟进部门为空
|
|
|
//项目已结案,跟进部门为空
|
|
|