| 
						
						
							
								
							
						
						
					 | 
					@ -1876,6 +1876,7 @@ public class DataStatsServiceImpl implements DataStatsService, ResultDataResolve | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					     */ | 
					 | 
					 | 
					     */ | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					    @Override | 
					 | 
					 | 
					    @Override | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					    public void CustomerDataManage(CustomerDataManageFormDTO formDTO, HttpServletResponse response) throws Exception { | 
					 | 
					 | 
					    public void CustomerDataManage(CustomerDataManageFormDTO formDTO, HttpServletResponse response) throws Exception { | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					 | 
					 | 
					 | 
					        String openTime = formDTO.getStartTime(); | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					        List<CustomerDataManageResultDTO.CustomerDataManage> result = operateExport(formDTO).getList(); | 
					 | 
					 | 
					        List<CustomerDataManageResultDTO.CustomerDataManage> result = operateExport(formDTO).getList(); | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					        if (!CollectionUtils.isEmpty(result)){ | 
					 | 
					 | 
					        if (!CollectionUtils.isEmpty(result)){ | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					            CustomerDataManageResultDTO.CustomerDataManage c = new CustomerDataManageResultDTO.CustomerDataManage(); | 
					 | 
					 | 
					            CustomerDataManageResultDTO.CustomerDataManage c = new CustomerDataManageResultDTO.CustomerDataManage(); | 
				
			
			
		
	
	
		
		
			
				
					| 
						
						
						
							
								
							
						
					 | 
					@ -1894,6 +1895,7 @@ public class DataStatsServiceImpl implements DataStatsService, ResultDataResolve | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					            c.setPatrolDuration(getHm(c.getPatrolDurationInteger())); | 
					 | 
					 | 
					            c.setPatrolDuration(getHm(c.getPatrolDurationInteger())); | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					            result.add(c); | 
					 | 
					 | 
					            result.add(c); | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					        } | 
					 | 
					 | 
					        } | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					 | 
					 | 
					 | 
					        formDTO.setStartTime(openTime); | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					        String fileName = excelName(formDTO); | 
					 | 
					 | 
					        String fileName = excelName(formDTO); | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					        ExcelUtils.exportExcelToTargetDisposeAll(response,fileName,result, CustomerDataManageExcel.class); | 
					 | 
					 | 
					        ExcelUtils.exportExcelToTargetDisposeAll(response,fileName,result, CustomerDataManageExcel.class); | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					    } | 
					 | 
					 | 
					    } | 
				
			
			
		
	
	
		
		
			
				
					| 
						
							
								
							
						
						
						
					 | 
					
  |