|  |  | @ -139,8 +139,7 @@ public class EpmetMessageServiceImpl implements EpmetMessageService { | 
			
		
	
		
			
				
					|  |  |  |                     staffInfo.setStaffName(staffInfoCache.getRealName()); | 
			
		
	
		
			
				
					|  |  |  |                     staffInfo.setGender(staffInfoCache.getGender().toString()); | 
			
		
	
		
			
				
					|  |  |  |                     staffInfo.setHeadPhoto(StringUtils.isNotBlank(staffInfoCache.getHeadPhoto()) ? staffInfoCache.getHeadPhoto() : StrConstant.EPMETY_STR); | 
			
		
	
		
			
				
					|  |  |  |                     //todo
 | 
			
		
	
		
			
				
					|  |  |  |                     staffInfo.setOrgName("todo get"); | 
			
		
	
		
			
				
					|  |  |  |                     staffInfo.setOrgName(staffInfoCache.getTwoOrgName()); | 
			
		
	
		
			
				
					|  |  |  |                     resDTO.getStaffList().add(staffInfo); | 
			
		
	
		
			
				
					|  |  |  |                 } | 
			
		
	
		
			
				
					|  |  |  |             } | 
			
		
	
	
		
			
				
					|  |  | @ -168,8 +167,7 @@ public class EpmetMessageServiceImpl implements EpmetMessageService { | 
			
		
	
		
			
				
					|  |  |  |             detail.setStaffName(staffInfoCache.getRealName()); | 
			
		
	
		
			
				
					|  |  |  |             detail.setGender(staffInfoCache.getGender().toString()); | 
			
		
	
		
			
				
					|  |  |  |             detail.setHeadPhoto(StringUtils.isNotBlank(staffInfoCache.getHeadPhoto()) ? staffInfoCache.getHeadPhoto() : StrConstant.EPMETY_STR); | 
			
		
	
		
			
				
					|  |  |  |             //todo
 | 
			
		
	
		
			
				
					|  |  |  |             detail.setOrgName("todo get"); | 
			
		
	
		
			
				
					|  |  |  |             detail.setOrgName(staffInfoCache.getTwoOrgName()); | 
			
		
	
		
			
				
					|  |  |  |         } | 
			
		
	
		
			
				
					|  |  |  |         result.setDataList(data.getList()); | 
			
		
	
		
			
				
					|  |  |  |         return result; | 
			
		
	
	
		
			
				
					|  |  | 
 |