|
@@ -567,4 +567,10 @@ public class OMSController {
|
|
|
public List<Map<String,Object>> sendOrderToApp(@RequestParam String capacityNumber) {
|
|
|
return omsFeign.sendOrderToApp(capacityNumber);
|
|
|
}
|
|
|
+
|
|
|
+ @ApiOperation(value = "分解异地库计划")
|
|
|
+ @PostMapping("/apportionInwardOffsetOrder")
|
|
|
+ public Map<String,Object> apportionInwardOffsetOrder(@RequestBody Map<String,Object> mapvalue) {
|
|
|
+ return omsFeign.apportionInwardOffsetOrder(mapvalue);
|
|
|
+ }
|
|
|
}
|