| 
						
						
							
								
							
						
						
					 | 
					@ -222,13 +222,15 @@ public class CustomerStaffServiceImpl extends BaseServiceImpl<CustomerStaffDao, | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
							if (null == roleList || roleList.size() == 0) { | 
					 | 
					 | 
							if (null == roleList || roleList.size() == 0) { | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
								return new Result<List<RoleInfoResultDTO>>().error(EpmetErrorCode.SERVER_ERROR.getCode(), EpmetErrorCode.SERVER_ERROR.getMsg()); | 
					 | 
					 | 
								return new Result<List<RoleInfoResultDTO>>().error(EpmetErrorCode.SERVER_ERROR.getCode(), EpmetErrorCode.SERVER_ERROR.getMsg()); | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
							} | 
					 | 
					 | 
							} | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
							List<RoleInfoResultDTO> staffRoleList = roleList.stream().map(p -> { | 
					 | 
					 | 
							List<RoleInfoResultDTO> staffRoleList = roleList.stream() | 
				
			
			
				
				
			
		
	
		
		
			
				
					
					 | 
					 | 
								RoleInfoResultDTO staffRoleResultDTO = new RoleInfoResultDTO(); | 
					 | 
					 | 
									.filter(p -> !RoleKeyConstants.ROLE_KEY_ROOT_MANAGER.equals(p.getRoleKey())) | 
				
			
			
				
				
			
		
	
		
		
			
				
					
					 | 
					 | 
								staffRoleResultDTO.setRoleId(p.getId()); | 
					 | 
					 | 
									.map(p -> { | 
				
			
			
				
				
			
		
	
		
		
			
				
					
					 | 
					 | 
								staffRoleResultDTO.setRoleName(p.getRoleName()); | 
					 | 
					 | 
										RoleInfoResultDTO staffRoleResultDTO = new RoleInfoResultDTO(); | 
				
			
			
				
				
			
		
	
		
		
			
				
					
					 | 
					 | 
								staffRoleResultDTO.setFullTimeOnly(p.getFullTimeOnly()); | 
					 | 
					 | 
										staffRoleResultDTO.setRoleId(p.getId()); | 
				
			
			
				
				
			
		
	
		
		
			
				
					
					 | 
					 | 
								return staffRoleResultDTO; | 
					 | 
					 | 
										staffRoleResultDTO.setRoleName(p.getRoleName()); | 
				
			
			
				
				
			
		
	
		
		
			
				
					
					 | 
					 | 
							}).collect(Collectors.toList()); | 
					 | 
					 | 
										staffRoleResultDTO.setFullTimeOnly(p.getFullTimeOnly()); | 
				
			
			
				
				
			
		
	
		
		
	
		
		
	
		
		
	
		
		
	
		
		
	
		
		
	
		
		
	
		
		
			
				
					 | 
					 | 
					 | 
					 | 
					 | 
										return staffRoleResultDTO; | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					 | 
					 | 
					 | 
									}).collect(Collectors.toList()); | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
							return new Result<List<RoleInfoResultDTO>>().ok(staffRoleList); | 
					 | 
					 | 
							return new Result<List<RoleInfoResultDTO>>().ok(staffRoleList); | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
						} | 
					 | 
					 | 
						} | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					
 | 
					 | 
					 | 
					
 | 
				
			
			
		
	
	
		
		
			
				
					| 
						
							
								
							
						
						
						
					 | 
					
  |