Skip to content

Commit f14f1c2

Browse files
committed
删除不必要的代码
1 parent 3005ed7 commit f14f1c2

File tree

71 files changed

+290
-6382
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

71 files changed

+290
-6382
lines changed

ant.mgr/Configuration/Configuration/GlobalSetting.cs

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,6 @@ namespace Configuration
77
public class GlobalSetting
88
{
99

10-
public static string CurrentRootPath;
11-
12-
/// <summary>
13-
/// JWT 私有秘钥
14-
/// </summary>
15-
public const string JWTSecretKey = "GQDstcKxs0NHjPOuXOYg5MbeJ1XT0uFiwDV8VBr8";
16-
1710
/// <summary>
1811
/// 当前登陆用户的Eid
1912
/// </summary>

ant.mgr/DBModels/DBModels/DbContext.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ public static void OnCustomerTraceConnection(CustomerTraceInfo customerTraceInfo
4141
sql += $"Server:{detail.Server},DB名称:{detail.DbName}, 执行时间:{detail.Duration.TotalSeconds}秒" +Environment.NewLine ;
4242
Debug.Write(sql);
4343
}
44-
RequestContext.Instance.Set("lastSql",sql.Replace("\r\n\t"," ").Replace("\r\n"," "));
4544
}
4645
}
4746
}

ant.mgr/Infrastructure/Infrastructure/Async/AsyncHelper.cs

Lines changed: 0 additions & 42 deletions
This file was deleted.

ant.mgr/Infrastructure/Infrastructure/Cache/ICache.cs

Lines changed: 0 additions & 22 deletions
This file was deleted.

ant.mgr/Infrastructure/Infrastructure/Cache/MemoryCache.cs

Lines changed: 0 additions & 119 deletions
This file was deleted.

0 commit comments

Comments
 (0)