From f1b3289994738c1302132d09811d58c63e449b45 Mon Sep 17 00:00:00 2001
From: 刘磊 <1161824510@qq.com>
Date: 星期二, 19 十一月 2024 10:18:15 +0800
Subject: [PATCH] 合并
---
Code Management/WMS/WIDESEA_WMSServer/WIDESEA_StoragIntegrationServices/MCS/Partial/ModifyAccessStatus.cs | 28 +++++++++++++++-------------
1 files changed, 15 insertions(+), 13 deletions(-)
diff --git a/Code Management/WMS/WIDESEA_WMSServer/WIDESEA_StoragIntegrationServices/MCS/Partial/ModifyAccessStatus.cs b/Code Management/WMS/WIDESEA_WMSServer/WIDESEA_StoragIntegrationServices/MCS/Partial/ModifyAccessStatus.cs
index 77aa37e..8020c2b 100644
--- a/Code Management/WMS/WIDESEA_WMSServer/WIDESEA_StoragIntegrationServices/MCS/Partial/ModifyAccessStatus.cs
+++ b/Code Management/WMS/WIDESEA_WMSServer/WIDESEA_StoragIntegrationServices/MCS/Partial/ModifyAccessStatus.cs
@@ -41,18 +41,20 @@
return content.Error(ex.Message);
}
}
- private static string LocationStatusByCode(int code)
- {
- string str = null;
- switch (code)
- {
- case 1: str = "LocationState_Allows"; break;
- case 2: str = "LocationState_NotAllows"; break;
- //case 2: str = LocationState.LocationLock.ToString(); break;
- default:
- str = "LocationState_NotAllows"; break;
- }
- return str;
- }
+
+
+ //private static string LocationStatusByCode(int code)
+ //{
+ // string str = null;
+ // switch (code)
+ // {
+ // case 1: str = "LocationState_Allows"; break;
+ // case 2: str = "LocationState_NotAllows"; break;
+ // //case 2: str = LocationState.LocationLock.ToString(); break;
+ // default:
+ // str = "LocationState_NotAllows"; break;
+ // }
+ // return str;
+ //}
}
}
--
Gitblit v1.9.3