From caf936a10efe1f7372a0a83e1a906f701be36691 Mon Sep 17 00:00:00 2001
From: Junjie <fallin.jie@qq.com>
Date: 星期三, 06 五月 2026 19:34:08 +0800
Subject: [PATCH] #

---
 src/main/java/com/zy/core/network/real/ZyCrnV2RealConnect.java |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/src/main/java/com/zy/core/network/real/ZyCrnV2RealConnect.java b/src/main/java/com/zy/core/network/real/ZyCrnV2RealConnect.java
index 2809c5f..274541d 100644
--- a/src/main/java/com/zy/core/network/real/ZyCrnV2RealConnect.java
+++ b/src/main/java/com/zy/core/network/real/ZyCrnV2RealConnect.java
@@ -141,12 +141,12 @@
                 return response;
             }
 
-            boolean commandAreaClearResult = clearCommandArea();
-            if (!commandAreaClearResult) {
-                News.error("鍫嗗灈鏈哄懡浠ゅ尯娓呯┖澶辫触 ===>> [id:{}]", command.getCrnNo());
-                response.setMessage("鍫嗗灈鏈哄懡浠ゅ尯娓呯┖澶辫触");
-                return response;
-            }
+//            boolean commandAreaClearResult = clearCommandArea();
+//            if (!commandAreaClearResult) {
+//                News.error("鍫嗗灈鏈哄懡浠ゅ尯娓呯┖澶辫触 ===>> [id:{}]", command.getCrnNo());
+//                response.setMessage("鍫嗗灈鏈哄懡浠ゅ尯娓呯┖澶辫触");
+//                return response;
+//            }
 
             short[] array = new short[9];
             array[0] = command.getAckFinish().shortValue();

--
Gitblit v1.9.1