| 
						
						
							
								
							
						
						
					 | 
					@ -39,12 +39,16 @@ public class EpidemicUserInfoExportServer implements IExcelExportServer { | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					        params.put("excelBigDataPageIndex", (page - 1) * 30000); | 
					 | 
					 | 
					        params.put("excelBigDataPageIndex", (page - 1) * 30000); | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					
 | 
					 | 
					 | 
					
 | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					        String grids = (String) params.get("deptIdList"); | 
					 | 
					 | 
					        String grids = (String) params.get("deptIdList"); | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					 | 
					 | 
					 | 
					        String agencyList = (String) params.get("agencyList"); | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					        params.put("deptIdList",null); | 
					 | 
					 | 
					        params.put("deptIdList",null); | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					        if(StringUtils.isNotBlank(grids)){ | 
					 | 
					 | 
					        if(StringUtils.isNotBlank(grids)){ | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					            List<String> gridList = Arrays.asList(grids.split(",")); | 
					 | 
					 | 
					            List<String> gridList = Arrays.asList(grids.split(",")); | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					            params.put("gridList",gridList); | 
					 | 
					 | 
					            params.put("gridList",gridList); | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					        } | 
					 | 
					 | 
					        } | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					
 | 
					 | 
					 | 
					        if(StringUtils.isNotBlank(agencyList)){ | 
				
			
			
				
				
			
		
	
		
		
	
		
		
			
				
					 | 
					 | 
					 | 
					 | 
					 | 
					            List<String> agencyIdList = Arrays.asList(agencyList.split(",")); | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					 | 
					 | 
					 | 
					            params.put("agencyList",agencyIdList); | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					 | 
					 | 
					 | 
					        } | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					        UserDetail user = SecurityUser.getUser(); | 
					 | 
					 | 
					        UserDetail user = SecurityUser.getUser(); | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					        if (user == null) { | 
					 | 
					 | 
					        if (user == null) { | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					            throw new RenException("用户未登录"); | 
					 | 
					 | 
					            throw new RenException("用户未登录"); | 
				
			
			
		
	
	
		
		
			
				
					| 
						
							
								
							
						
						
						
					 | 
					
  |