|  |  | @ -70,6 +70,8 @@ public class RelCodeBatchController extends BaseController { | 
			
		
	
		
		
			
				
					
					|  |  |  | 
 |  |  |  | 
 | 
			
		
	
		
		
			
				
					
					|  |  |  |     @GetMapping("/udiwms/relCode/batch/filter") |  |  |  |     @GetMapping("/udiwms/relCode/batch/filter") | 
			
		
	
		
		
			
				
					
					|  |  |  |     public BaseResponse list(RelCodeBatchRequest relCodeBatchRequest, BindingResult bindingResult) { |  |  |  |     public BaseResponse list(RelCodeBatchRequest relCodeBatchRequest, BindingResult bindingResult) { | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |         String customerId = getCustomerId(); | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |         relCodeBatchRequest.setErpId(customerId); | 
			
		
	
		
		
			
				
					
					|  |  |  |         List<RelCodeBatchResponse> relCodeBatchResponses = relCodeBatchService.filterList(relCodeBatchRequest); |  |  |  |         List<RelCodeBatchResponse> relCodeBatchResponses = relCodeBatchService.filterList(relCodeBatchRequest); | 
			
		
	
		
		
			
				
					
					|  |  |  |         PageInfo<RelCodeBatchResponse> pageInfo = new PageInfo<>(relCodeBatchResponses); |  |  |  |         PageInfo<RelCodeBatchResponse> pageInfo = new PageInfo<>(relCodeBatchResponses); | 
			
		
	
		
		
			
				
					
					|  |  |  |         PageSimpleResponse<RelCodeBatchResponse> pageSimpleResponse = new PageSimpleResponse<>(); |  |  |  |         PageSimpleResponse<RelCodeBatchResponse> pageSimpleResponse = new PageSimpleResponse<>(); | 
			
		
	
	
		
		
			
				
					|  |  | 
 |