| 
				
				
					
				
				
				 | 
			
			 | 
			@@ -40,9 +40,7 @@ public class WxCVideoServiceImpl implements WxCVideoService, IExcelExportServer | 
		
		
	
		
			
			 | 
			 | 
			
			 | 
			
  | 
		
		
	
		
			
			 | 
			 | 
			
			 | 
			    @Override | 
		
		
	
		
			
			 | 
			 | 
			
			 | 
			    public Map<String, Object> getById(Long id) { | 
		
		
	
		
			
			 | 
			 | 
			
			 | 
			        System.out.println("id = " + id); | 
		
		
	
		
			
			 | 
			 | 
			
			 | 
			        List<WxCVideoTable> TemplateVideo = wxCVideoMapper.getById(id); | 
		
		
	
		
			
			 | 
			 | 
			
			 | 
			        System.out.println("TemplateVideo = " + TemplateVideo); | 
		
		
	
		
			
			 | 
			 | 
			
			 | 
			        Map<String, Object> avatarVos = new HashMap(); | 
		
		
	
		
			
			 | 
			 | 
			
			 | 
			        Map<String, Object> data = new HashMap(); | 
		
		
	
		
			
			 | 
			 | 
			
			 | 
			        List authorlist = new ArrayList(); | 
		
		
	
	
		
			
				| 
				
					
				
				
				
				 | 
			
			 | 
			
  |