From ec73c04c238b3d379d0a8a15cf0f5e085c570f1a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E4=BC=9F?= <421281095@qq.com> Date: Fri, 18 Jul 2025 14:54:09 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AA=92=E4=BD=93=E5=9B=9E=E4=BC=A0=E5=A4=84?= =?UTF-8?q?=E7=90=86=E9=80=BB=E8=BE=91=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- OpenAuth.App/ServiceApp/Subscribe/ConfigSubscribe.cs | 4 ---- 1 file changed, 4 deletions(-) diff --git a/OpenAuth.App/ServiceApp/Subscribe/ConfigSubscribe.cs b/OpenAuth.App/ServiceApp/Subscribe/ConfigSubscribe.cs index 2e80ecf..1bc85da 100644 --- a/OpenAuth.App/ServiceApp/Subscribe/ConfigSubscribe.cs +++ b/OpenAuth.App/ServiceApp/Subscribe/ConfigSubscribe.cs @@ -229,7 +229,6 @@ public class ConfigSubscribe : IJob ParentKey = "", Name = folderKey[0], WorkspaceId = executeTask.WorkspaceId, - Level = 1, }; parents.Add(parent1); parent1 = new LasaMediaFile() @@ -240,7 +239,6 @@ public class ConfigSubscribe : IJob ParentKey = folderKey[0], Name = folderKey[1], WorkspaceId = executeTask.WorkspaceId, - Level = 2, }; parents.Add(parent1); parent1 = new LasaMediaFile() @@ -251,7 +249,6 @@ public class ConfigSubscribe : IJob ParentKey = folderKey[1], Name = folderKey[2], WorkspaceId = executeTask.WorkspaceId, - Level = 3, }; parents.Add(parent1); await _sqlSugarClient.Insertable(parents).ExecuteCommandAsync(); @@ -284,7 +281,6 @@ public class ConfigSubscribe : IJob CreateTime = ((string)data.file.metadata.created_time).ToDateTime(), WorkspaceId = executeTask.WorkspaceId, ParentKey = folderKey[2], - Level = 4, Tid = result.tid, Bid = result.bid, FlightType = flightType