|  |  | @ -3448,7 +3448,7 @@ public class ProjectServiceImpl extends BaseServiceImpl<ProjectDao, ProjectEntit | 
			
		
	
		
			
				
					|  |  |  | 	public PageData<OrgProjectListResultDTO> orgProjectList(OrgProjectListFormDTO formDTO) { | 
			
		
	
		
			
				
					|  |  |  | 		//1.整理查询条件
 | 
			
		
	
		
			
				
					|  |  |  | 		if(StringUtils.isEmpty(formDTO.getOrgType())){ | 
			
		
	
		
			
				
					|  |  |  | 			CustomerStaffInfoCacheResult staffInfo = CustomerStaffRedis.getStaffInfo(formDTO.getCustomerId(), formDTO.getStaffId()); | 
			
		
	
		
			
				
					|  |  |  | 			CustomerStaffInfoCacheResult staffInfo = CustomerStaffRedis.getStaffInfo(formDTO.getCustomerId(), formDTO.getUserId()); | 
			
		
	
		
			
				
					|  |  |  | 			if (null == staffInfo) { | 
			
		
	
		
			
				
					|  |  |  | 				throw new EpmetException("获取工作人员信息失败"); | 
			
		
	
		
			
				
					|  |  |  | 			} | 
			
		
	
	
		
			
				
					|  |  | 
 |