#
Junjie
7 天以前 e6d9118e6c9083ae4c1f1dc18f34b23ed3da2581
src/main/java/com/zy/asrs/controller/OpenController.java
@@ -375,7 +375,7 @@
                , null
                , null
                , null
                , null
                , JSON.toJSONString(param)
                , JSON.toJSONString(shuttleGather)
                , null
                , null
@@ -386,6 +386,31 @@
        ));
        return R.ok().add(shuttleGather);
    }
    @PostMapping("/shuttleDemo")
    @OpenApiLog(memo = "小车演示")
    public R shuttleDemo(@RequestBody ShuttleDemoParam param) {
        shuttleDispatchUtils.shuttleDemo(param);
        apiLogService.insert(new ApiLog(
                null
                , "小车演示"
                , "/shuttleDemo"
                , null
                , null
                , null
                , JSON.toJSONString(param)
                , null
                , null
                , null
                , 1
                , new Date()
                , null
                , null
        ));
        return R.ok();
    }
    @PostMapping("/queryTask")
@@ -411,7 +436,7 @@
                , null
                , null
                , null
                , null
                , JSON.toJSONString(param)
                , JSON.toJSONString(wrkMasts)
                , null
                , null