#
Junjie
12 小时以前 644c041d75574ad0ce318c81dc15cb74849f816a
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;