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