|  |  |  | @ -52,7 +52,7 @@ public class InvPreProductServiceImpl implements InvPreProductService { | 
			
		
	
		
			
				
					|  |  |  |  |         if (null == invPreProductRequest) { | 
			
		
	
		
			
				
					|  |  |  |  |             return Collections.emptyList(); | 
			
		
	
		
			
				
					|  |  |  |  |         } | 
			
		
	
		
			
				
					|  |  |  |  |         if (null != invPreProductRequest.getProductionDate() && null != invPreProductRequest.getLimit()) { | 
			
		
	
		
			
				
					|  |  |  |  |         if (null != invPreProductRequest.getPage()) { | 
			
		
	
		
			
				
					|  |  |  |  |             PageHelper.offsetPage((invPreProductRequest.getPage() - 1) * invPreProductRequest.getLimit(), invPreProductRequest.getLimit()); | 
			
		
	
		
			
				
					|  |  |  |  |         } | 
			
		
	
		
			
				
					|  |  |  |  |         return invPreProductDao.filterList(invPreProductRequest); | 
			
		
	
	
		
			
				
					|  |  |  | 
 |