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