From 0f6efeb37dc3282d6edf8bd8b8e1fa146b9a4914 Mon Sep 17 00:00:00 2001
From: Junjie <fallin.jie@qq.com>
Date: 星期四, 26 三月 2026 21:09:45 +0800
Subject: [PATCH] #

---
 src/main/java/com/zy/core/thread/impl/ZyStationV5Thread.java |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/src/main/java/com/zy/core/thread/impl/ZyStationV5Thread.java b/src/main/java/com/zy/core/thread/impl/ZyStationV5Thread.java
index d2d97e6..d286c01 100644
--- a/src/main/java/com/zy/core/thread/impl/ZyStationV5Thread.java
+++ b/src/main/java/com/zy/core/thread/impl/ZyStationV5Thread.java
@@ -386,10 +386,12 @@
                             stationId, item.getSlotIdx(), item.getTaskNo());
                     continue;
                 }
-                item.setTaskNo(0);
-                item.setTargetStaNo(0);
             }
         }
+
+        if (success) {
+            log.info("杈撻�佺珯缂撳瓨鍖烘畫鐣欒矾寰勬竻鐞嗘垚鍔熴�倀askNo={}", taskNo);
+        }
         return found && success;
     }
 

--
Gitblit v1.9.1