| 
					
				 | 
			
			
				@@ -135,7 +135,7 @@ public interface WMSFeign { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				      * @param map 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				      * @return 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				      */ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-    @PostMapping(value = "/api/v1/wms/wmspoutboundresults/deleteWmspOutboundScanResult") 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    @PostMapping(value = "/api/v1/wms/wmspoutboundscanresults/deleteWmspOutboundScanResult") 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     Map<String, Object> deleteWmspOutboundScanResult(@RequestBody(required = false) Map<String, Object> map); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     /** 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -144,7 +144,7 @@ public interface WMSFeign { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				      * @param resultId 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				      * @return 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				      */ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-    @PostMapping("/api/v1/wms/wmspoutboundresults/outbountResultToSuccess") 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    @PostMapping("/api/v1/wms/wmspoutboundscanresults/outbountResultToSuccess") 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     Map<String, Object> outbountResultToSuccess(@RequestParam Integer resultId); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     /** 
			 |