|
@@ -227,8 +227,8 @@ public class WMSController extends BaseRESTfulController {
|
|
|
|
|
|
//修改倒垛单
|
|
//修改倒垛单
|
|
@PostMapping("/addRestackMakeResult")
|
|
@PostMapping("/addRestackMakeResult")
|
|
- public Map<String, Object> editRestackMakeResult(@RequestBody(required = false) Map<String, Object> mapVal) {
|
|
|
|
- Map<String, Object> resTfulResult = wmsFeign.editRestackMakeResult(mapVal);
|
|
|
|
|
|
+ public Map<String, Object> addRestackMakeResult(@RequestBody(required = false) List<Map<String, Object>> mapVal) {
|
|
|
|
+ Map<String, Object> resTfulResult = wmsFeign.addRestackMakeResult(mapVal);
|
|
return resTfulResult;
|
|
return resTfulResult;
|
|
}
|
|
}
|
|
|
|
|