From ff8b20f321a8b70ec3bdc208b9f383fd71718108 Mon Sep 17 00:00:00 2001
From: xiaojiao <xiaojiao@kaokeziliao.com>
Date: 星期二, 28 四月 2026 08:48:38 +0800
Subject: [PATCH] 4-28测试重入问题后全部的项目文件提交
---
项目代码/WMS/WIDESEA_WMSServer/WIDESEA.Services/Services/Container/Partial/VV_ContainerInfoService.cs | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSServer/WIDESEA.Services/Services/Container/Partial/VV_ContainerInfoService.cs" "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSServer/WIDESEA.Services/Services/Container/Partial/VV_ContainerInfoService.cs"
index 44939d0..edd91d7 100644
--- "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSServer/WIDESEA.Services/Services/Container/Partial/VV_ContainerInfoService.cs"
+++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSServer/WIDESEA.Services/Services/Container/Partial/VV_ContainerInfoService.cs"
@@ -211,8 +211,8 @@
var contianerList = saveModel.DelKeys;
string workStation = saveModel.MainData["workStation"].ToString();
-
-
+
+
if (content2.Status)
{
@@ -221,7 +221,7 @@
var modelResult = returndic["modelResult"]; // 鍑哄簱鍖哄煙鐨勬ā寮�
if (workStation == "20101")
{
- if (controlModel!= "鑱旀満鎺у埗")
+ if (controlModel != "鑱旀満鎺у埗")
{
return content.Error($"鍏ュ簱鍖哄煙褰撳墠涓嶅浜庛�愯仈鏈烘ā寮忋��");
}
--
Gitblit v1.9.3