liyg 2 éve
szülő
commit
e0a0ee5001

+ 2 - 2
src/main/java/com/steerinfo/dil/controller/WMSController.java

@@ -117,13 +117,13 @@ public class WMSController extends BaseRESTfulController {
         return resTfulResult;
     }
 
-    @PostMapping("/wmspoutboundresults/copyWmspOutboundScanResult")
+    @PostMapping("/wmspoutboundscanresults/copyWmspOutboundScanResult")
     public Map<String, Object> copyWmspOutboundScanResult(@RequestBody(required = false) Map<String, Object> map) {
         Map<String, Object> resTfulResult = wmsFeign.copyWmspOutboundScanResult(map);
         return resTfulResult;
     }
 
-    @PostMapping("/wmspoutboundresults/deleteWmspOutboundScanResult")
+    @PostMapping("/wmspoutboundscanresults/deleteWmspOutboundScanResult")
     public Map<String, Object> deleteWmspOutboundScanResult(@RequestBody(required = false) Map<String, Object> map) {
         Map<String, Object> resTfulResult = wmsFeign.deleteWmspOutboundScanResult(map);
         return resTfulResult;