#
Junjie
2 天以前 e43ada57f7ffdaf570c54b19316a7f0cacfaec1f
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;
    }