|
@@ -34,7 +34,7 @@ public class PdaAgvCallController {
|
|
|
|
|
|
@ApiOperation("桶装入库")
|
|
|
@PostMapping("/theBucketIsLoadedIntoTheLibrary")
|
|
|
- public AjaxResult theBucketIsLoadedIntoTheLibrary(String palletNo, @RequestParam String materialType,
|
|
|
+ public AjaxResult theBucketIsLoadedIntoTheLibrary(@RequestParam String palletNo, @RequestParam String materialType,
|
|
|
@RequestParam String sourceLocationId, @RequestParam Double quantity) {
|
|
|
agvCallProxyService.theBucketIsLoadedIntoTheLibrary(palletNo, materialType, sourceLocationId, quantity);
|
|
|
return AjaxResult.success("桶装入库下发任务成功");
|