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("未知命令"); }