| 
						
						
							
								
							
						
						
					 | 
				
				 | 
				
					@ -10,6 +10,7 @@ import org.aspectj.lang.JoinPoint; | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					import org.aspectj.lang.annotation.Aspect; | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					import org.aspectj.lang.annotation.Before; | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					import org.aspectj.lang.reflect.MethodSignature; | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					import org.springframework.beans.BeanUtils; | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					import org.springframework.beans.factory.annotation.Autowired; | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					import org.springframework.core.annotation.Order; | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					import org.springframework.stereotype.Component; | 
				
			
			
		
	
	
		
			
				
					| 
						
							
								
							
						
						
							
								
							
						
						
					 | 
				
				 | 
				
					@ -77,7 +78,7 @@ public class ReportRequestAspect { | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					                Object argBean = BeanUtil.mapToBean(storedParams, arg.getClass(), true); | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					
 | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					                // 分页参数需要从
 | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					                BeanUtil.copyProperties(argBean, arg, "pageSize", "pageNo", "isPage"); | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					                BeanUtils.copyProperties(argBean, arg, "pageSize", "pageNo", "isPage"); | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					                return; | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					            } | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					        } | 
				
			
			
		
	
	
		
			
				
					| 
						
							
								
							
						
						
						
					 | 
				
				 | 
				
					
  |