| 
					
				 | 
			
			
				@@ -1202,8 +1202,7 @@ public interface AmsFeign { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                                                       @RequestParam Integer pageSize, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                                                       @RequestParam Integer apiId, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                                                       @RequestParam Integer dispatchType, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-                                                      @RequestParam String carrierSsoId, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-                                                      @RequestParam String con) ; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                                                      @RequestParam String carrierSsoId) ; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     @PostMapping("/api/v1/ams/amstruckinwardrequirement/getPurchaseIdByBatch") 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     Map<String, Object> getPurchaseIdByBatch(@RequestBody(required = false) Map<String,Object> mapValue, 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -1323,8 +1322,7 @@ public interface AmsFeign { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                                  @RequestParam Integer apiId, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                                  @RequestParam Integer pageNum, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                                  @RequestParam Integer pageSize, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-                                 @RequestParam Integer issueStatus, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-                                 @RequestParam String con); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                                 @RequestParam Integer issueStatus); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     @ApiOperation(value="查询未上报的销售订单信息") 
			 |