This commit is contained in:
sunkaixuan
2023-10-11 17:29:19 +08:00
parent 18a25a0e68
commit a1c7a7905b

View File

@@ -346,7 +346,7 @@ namespace SqlSugar
}
if (item.IndexName.Contains(".")&& item.IndexName.Contains("["))
{
item.IndexName = item.IndexName.Replace(",","_");
item.IndexName = item.IndexName.Replace(".","_");
item.IndexName = item.IndexName.Replace("[", "").Replace("]", "");
}
}