| 
						
						
							
								
							
						
						
					 | 
					@ -138,8 +138,8 @@ public class StaffRoleServiceImpl extends BaseServiceImpl<StaffRoleDao, StaffRol | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					            return new ArrayList<>(); | 
					 | 
					 | 
					            return new ArrayList<>(); | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					        } | 
					 | 
					 | 
					        } | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					        List<String> userIds = forms.stream().map(m -> m.getStaffId()).distinct().collect(Collectors.toList()); | 
					 | 
					 | 
					        List<String> userIds = forms.stream().map(m -> m.getStaffId()).distinct().collect(Collectors.toList()); | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					        List<GridStaffResultDTO> result = baseDao.staffGridRoleByIds(userIds); | 
					 | 
					 | 
					//        List<GridStaffResultDTO> result = baseDao.staffGridRoleByIds(userIds);
 | 
				
			
			
				
				
			
		
	
		
		
			
				
					
					 | 
					 | 
					        /*List<GridStaffResultDTO> result = baseDao.staffGridRole(forms);*/ | 
					 | 
					 | 
					        List<GridStaffResultDTO> result = baseDao.staffGridRole(forms); | 
				
			
			
				
				
			
		
	
		
		
	
		
		
	
		
		
			
				
					 | 
					 | 
					        if (CollectionUtils.isEmpty(result)){ | 
					 | 
					 | 
					        if (CollectionUtils.isEmpty(result)){ | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					            return new ArrayList<>(); | 
					 | 
					 | 
					            return new ArrayList<>(); | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					        } | 
					 | 
					 | 
					        } | 
				
			
			
		
	
	
		
		
			
				
					| 
						
							
								
							
						
						
						
					 | 
					
  |