| 
						
						
							
								
							
						
						
					 | 
					@ -251,7 +251,7 @@ public class ProjectServiceImpl extends BaseServiceImpl<ProjectDao, ProjectEntit | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
						public ProjectDetailResultDTO getProjectDetail(ProjectDetailFromDTO fromDTO) { | 
					 | 
					 | 
						public ProjectDetailResultDTO getProjectDetail(ProjectDetailFromDTO fromDTO) { | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
							ProjectDetailResultDTO resultDTO = baseDao.selectProjectDetail(fromDTO.getProjectId()); | 
					 | 
					 | 
							ProjectDetailResultDTO resultDTO = baseDao.selectProjectDetail(fromDTO.getProjectId()); | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
							if (ProjectConstant.CLOSED.equals(resultDTO.getProjectStatus())) { | 
					 | 
					 | 
							if (ProjectConstant.CLOSED.equals(resultDTO.getProjectStatus())) { | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
								resultDTO.setProcessable(true); | 
					 | 
					 | 
								resultDTO.setProcessable(false); | 
				
			
			
				
				
			
		
	
		
		
	
		
		
			
				
					 | 
					 | 
							} else { | 
					 | 
					 | 
							} else { | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
								//获取我未处理的部门
 | 
					 | 
					 | 
								//获取我未处理的部门
 | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
								ProjectStaffDTO projectStaffDTO = new ProjectStaffDTO(); | 
					 | 
					 | 
								ProjectStaffDTO projectStaffDTO = new ProjectStaffDTO(); | 
				
			
			
		
	
	
		
		
			
				
					| 
						
						
						
							
								
							
						
					 | 
					@ -259,9 +259,9 @@ public class ProjectServiceImpl extends BaseServiceImpl<ProjectDao, ProjectEntit | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
								projectStaffDTO.setStaffId(fromDTO.getUserId()); | 
					 | 
					 | 
								projectStaffDTO.setStaffId(fromDTO.getUserId()); | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
								List<DepartmentResultDTO> departmentList = projectStaffService.getDepartmentNameList(projectStaffDTO); | 
					 | 
					 | 
								List<DepartmentResultDTO> departmentList = projectStaffService.getDepartmentNameList(projectStaffDTO); | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
								if (null != departmentList && departmentList.size() > 0) { | 
					 | 
					 | 
								if (null != departmentList && departmentList.size() > 0) { | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
									resultDTO.setProcessable(false); | 
					 | 
					 | 
					 | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
								} else { | 
					 | 
					 | 
					 | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
									resultDTO.setProcessable(true); | 
					 | 
					 | 
									resultDTO.setProcessable(true); | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					 | 
					 | 
					 | 
								} else { | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					 | 
					 | 
					 | 
									resultDTO.setProcessable(false); | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
								} | 
					 | 
					 | 
								} | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
							} | 
					 | 
					 | 
							} | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					
 | 
					 | 
					 | 
					
 | 
				
			
			
		
	
	
		
		
			
				
					| 
						
							
								
							
						
						
						
					 | 
					
  |