From 50903d194942a1b20f3e25a1f8c0f36d172e205a Mon Sep 17 00:00:00 2001
From: lixiaojun <1287241240@qq.com>
Date: 星期三, 30 十一月 2022 16:02:32 +0800
Subject: [PATCH] 修复bug

---
 Settings/IStation.Settings/IStation.Settings.csproj                         |   12 ++++++++----
 Service/IStation.Service.Basic/property/general_property/GeneralProperty.cs |   14 --------------
 2 files changed, 8 insertions(+), 18 deletions(-)

diff --git a/Service/IStation.Service.Basic/property/general_property/GeneralProperty.cs b/Service/IStation.Service.Basic/property/general_property/GeneralProperty.cs
index b1ad00d..1afa777 100644
--- a/Service/IStation.Service.Basic/property/general_property/GeneralProperty.cs
+++ b/Service/IStation.Service.Basic/property/general_property/GeneralProperty.cs
@@ -223,20 +223,6 @@
             return bol;
         }
 
-        /// <summary>
-        /// 鏇存柊 GroupID
-        /// </summary>
-        public bool UpdateGroupID(long CorpID, long ID, long GroupID, long UpdateUserID, DateTime UpdateTime)
-        {
-            var dal = new DAL.SpecialProperty();
-            var bol = dal.UpdateGroupID(CorpID, ID, GroupID, UpdateUserID, UpdateTime);
-            if (bol)
-            {
-                UpdateCorpCache(CorpID, ID);
-            }
-            return bol;
-        }
-
 
         #endregion
 
diff --git a/Settings/IStation.Settings/IStation.Settings.csproj b/Settings/IStation.Settings/IStation.Settings.csproj
index cbbbba2..6179d8d 100644
--- a/Settings/IStation.Settings/IStation.Settings.csproj
+++ b/Settings/IStation.Settings/IStation.Settings.csproj
@@ -10,14 +10,18 @@
   </PropertyGroup>
 
   <ItemGroup>
-    <ProjectReference Include="..\..\Component\IStation.Newtonsoft\IStation.Newtonsoft.csproj" />
-    <ProjectReference Include="..\..\Untity\IStation.Untity\IStation.Untity.csproj" />
+    <None Remove="paras_settings.json" />
   </ItemGroup>
 
   <ItemGroup>
-    <None Update="paras_settings.json">
+    <Content Include="paras_settings.json">
       <CopyToOutputDirectory>Never</CopyToOutputDirectory>
-    </None>
+    </Content>
+  </ItemGroup>
+
+  <ItemGroup>
+    <ProjectReference Include="..\..\Component\IStation.Newtonsoft\IStation.Newtonsoft.csproj" />
+    <ProjectReference Include="..\..\Untity\IStation.Untity\IStation.Untity.csproj" />
   </ItemGroup>
 
 </Project>

--
Gitblit v1.9.3