|  |  | @ -22,7 +22,6 @@ import org.springframework.stereotype.Service; | 
			
		
	
		
		
			
				
					
					|  |  |  | import org.springframework.transaction.annotation.Transactional; |  |  |  | import org.springframework.transaction.annotation.Transactional; | 
			
		
	
		
		
			
				
					
					|  |  |  | 
 |  |  |  | 
 | 
			
		
	
		
		
			
				
					
					|  |  |  | import javax.annotation.Resource; |  |  |  | import javax.annotation.Resource; | 
			
		
	
		
		
			
				
					
					|  |  |  | import java.util.ArrayList; |  |  |  |  | 
			
		
	
		
		
			
				
					
					|  |  |  | import java.util.Collections; |  |  |  | import java.util.Collections; | 
			
		
	
		
		
			
				
					
					|  |  |  | import java.util.List; |  |  |  | import java.util.List; | 
			
		
	
		
		
			
				
					
					|  |  |  | 
 |  |  |  | 
 | 
			
		
	
	
		
		
			
				
					|  |  | @ -212,6 +211,7 @@ public class CodesServiceImpl implements CodesService { | 
			
		
	
		
		
			
				
					
					|  |  |  |                         filterInvProductRequest.setRelIdFk(invProductDetailEntity.getProductIdFk()); |  |  |  |                         filterInvProductRequest.setRelIdFk(invProductDetailEntity.getProductIdFk()); | 
			
		
	
		
		
			
				
					
					|  |  |  |                         filterInvProductRequest.setSupId(invProductDetailEntity.getSupId()); |  |  |  |                         filterInvProductRequest.setSupId(invProductDetailEntity.getSupId()); | 
			
		
	
		
		
			
				
					
					|  |  |  |                         filterInvProductRequest.setInvStorageCode(invProductDetailEntity.getInvStorageCode()); |  |  |  |                         filterInvProductRequest.setInvStorageCode(invProductDetailEntity.getInvStorageCode()); | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |                         filterInvProductRequest.setInvWarehouseCode(invProductDetailEntity.getInvWarehouseCode()); | 
			
		
	
		
		
			
				
					
					|  |  |  |                         if (StrUtil.isBlank(invProductDetailEntity.getBatchNo())) { |  |  |  |                         if (StrUtil.isBlank(invProductDetailEntity.getBatchNo())) { | 
			
		
	
		
		
			
				
					
					|  |  |  |                             filterInvProductRequest.setBatchNo("empty"); |  |  |  |                             filterInvProductRequest.setBatchNo("empty"); | 
			
		
	
		
		
			
				
					
					|  |  |  |                         } else { |  |  |  |                         } else { | 
			
		
	
	
		
		
			
				
					|  |  | 
 |