From c0f3c3f170846197d8d3f74ac123e0ac93a6dd67 Mon Sep 17 00:00:00 2001
From: lixiaojun <1287241240@qq.com>
Date: 星期一, 09 九月 2024 13:12:37 +0800
Subject: [PATCH] 肯特流量表数据对接更新

---
 IStation.Service.SZJT/05-service/01-dma/LogicDma.cs |   27 ---------------------------
 1 files changed, 0 insertions(+), 27 deletions(-)

diff --git a/IStation.Service.SZJT/05-service/05-dma/LogicDma.cs b/IStation.Service.SZJT/05-service/01-dma/LogicDma.cs
similarity index 92%
rename from IStation.Service.SZJT/05-service/05-dma/LogicDma.cs
rename to IStation.Service.SZJT/05-service/01-dma/LogicDma.cs
index f7e77bc..8f8608e 100644
--- a/IStation.Service.SZJT/05-service/05-dma/LogicDma.cs
+++ b/IStation.Service.SZJT/05-service/01-dma/LogicDma.cs
@@ -304,32 +304,6 @@
         #region Exist
 
         /// <summary>
-        /// 鍒ゆ柇 Code 鏄惁瀛樺湪
-        /// </summary>
-        public bool IsExistCode(string Code)
-        {
-            if (string.IsNullOrEmpty(Code))
-            {
-                return false;
-            }
-            var all = GetAll();
-            return all.Exists(x => x.Code == Code);
-        }
-
-        /// <summary>
-        /// 鍒ゆ柇 Code 鏄惁瀛樺湪 ExceptID
-        /// </summary>
-        public bool IsExistCodeExceptID(string Code, long ExceptID)
-        {
-            if (string.IsNullOrEmpty(Code))
-            {
-                return false;
-            }
-            var all = GetAll();
-            return all.Exists(x => x.Code == Code && x.ID != ExceptID);
-        }
-
-        /// <summary>
         /// 鍒ゆ柇 TagName 鏄惁瀛樺湪
         /// </summary>
         public bool IsExistTagName(string TagName)
@@ -356,7 +330,6 @@
         }
 
         #endregion
-
 
         #region Delete
 

--
Gitblit v1.9.3