From fad1333a599e562c8fa7ee350852fee72b9a6a28 Mon Sep 17 00:00:00 2001
From: 杨张扬 <634643841@qq.com>
Date: 星期三, 02 七月 2025 17:33:25 +0800
Subject: [PATCH] 出库任务取消在4之前不删除库存

---
 device/TcpServer.cs |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/device/TcpServer.cs b/device/TcpServer.cs
index bea90aa..2f79907 100644
--- a/device/TcpServer.cs
+++ b/device/TcpServer.cs
@@ -113,7 +113,6 @@
                     if (!buffers.Keys.Contains(remote_ip))
                     {
                         buffers.Add(remote_ip, new byte[1024]);
-                       
                     }
                     if (!isSend.Keys.Contains(remote_ip))
                     {

--
Gitblit v1.9.1