From 59dc2aa6e3fe7f699c4f2d03b774763142c5698d Mon Sep 17 00:00:00 2001
From: kazelee <1847801760@qq.com>
Date: 星期六, 05 七月 2025 17:31:54 +0800
Subject: [PATCH] 添加货位容器关系表锁、调整货架行号和记录表同步逻辑

---
 util/HttpHelper.cs |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/util/HttpHelper.cs b/util/HttpHelper.cs
index 1beb8ac..d71f403 100644
--- a/util/HttpHelper.cs
+++ b/util/HttpHelper.cs
@@ -101,9 +101,8 @@
                 if (stream != null) stream.Close();
                 if (rsp != null) rsp.Close();
             }
-
         }
-
+        
         public string Post(string url, string postData, string contentType = "application/json", string sessionId = "") {
             Console.WriteLine(url);
             WebRequest request = WebRequest.Create(url);

--
Gitblit v1.9.1