CrazyIter_Bin 2 lat temu
rodzic
commit
25fd5a97e3

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

@@ -290,7 +290,7 @@ namespace TEAMModelOS.SDK.DI
         /// <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)
         {
-            var table = azureStorage.GetCloudTableClient().GetTableReference("OptLog");
+            var table = azureStorage.GetCloudTableClient().GetTableReference("IESOptLog");
             OptLog log = new() { RowKey = Guid.NewGuid().ToString() };
             try
             {