src/main/java/com/zy/core/thread/impl/ZyStationV5Thread.java
@@ -385,9 +385,11 @@ log.warn("输送站缓存区残留路径清理失败。stationId={}, slotIdx={}, taskNo={}", stationId, item.getSlotIdx(), item.getTaskNo()); continue; }else { success = true; log.warn("输送站缓存区残留路径清理成功。stationId={}, slotIdx={}, taskNo={}", stationId, item.getSlotIdx(), item.getTaskNo()); } item.setTaskNo(0); item.setTargetStaNo(0); } } return found && success;