@@ -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