| src/main/java/com/zy/core/thread/impl/ZyStationV5Thread.java | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
src/main/java/com/zy/core/thread/impl/ZyStationV5Thread.java
@@ -385,12 +385,12 @@ log.warn("输送站缓存区残留路径清理失败。stationId={}, slotIdx={}, taskNo={}", stationId, item.getSlotIdx(), item.getTaskNo()); continue; }else { success = true; log.warn("输送站缓存区残留路径清理成功。stationId={}, slotIdx={}, taskNo={}", stationId, item.getSlotIdx(), item.getTaskNo()); } } } if (success) { log.info("输送站缓存区残留路径清理成功。taskNo={}", taskNo); } return found && success; }