CrazyIter_Bin 2 years ago
parent
commit
25fd5a97e3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      TEAMModelOS.SDK/DI/AzureStorage/AzureStorageBlobExtensions.cs

+ 1 - 1
TEAMModelOS.SDK/DI/AzureStorage/AzureStorageBlobExtensions.cs

@@ -290,7 +290,7 @@ namespace TEAMModelOS.SDK.DI
         /// <returns></returns>
         /// <returns></returns>
         public static async Task SaveLog(this AzureStorageFactory azureStorage, string type, string msg,DingDing dingDing, string scope = null, string bizId = null, Option option = null, HttpContext httpContext = null)
         public static async Task SaveLog(this AzureStorageFactory azureStorage, string type, string msg,DingDing dingDing, string scope = null, string bizId = null, Option option = null, HttpContext httpContext = null)
         {
         {
-            var table = azureStorage.GetCloudTableClient().GetTableReference("OptLog");
+            var table = azureStorage.GetCloudTableClient().GetTableReference("IESOptLog");
             OptLog log = new() { RowKey = Guid.NewGuid().ToString() };
             OptLog log = new() { RowKey = Guid.NewGuid().ToString() };
             try
             try
             {
             {