#
qlsxk
3 天以前 22d407815c830a571eeff91713860d65271f38de
src/main/java/com/zy/asrs/controller/ShuttleController.java
@@ -372,6 +372,10 @@
            //清除路径
            shuttleAction.clearPath(shuttleProtocol.getShuttleNo());
            return R.ok();
        } else if (shuttleTaskModeType == ShuttleTaskModeType.RESTART_CALC_PATH) {
            //重新计算路径
            shuttleThread.restartCalcPath();
            return R.ok();
        } else {
            throw new CoolException("未知命令");
        }