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