Update 人大金仓

This commit is contained in:
sunkaixuan
2024-07-30 09:14:56 +08:00
parent ee9b42c1b6
commit 8463a36c37

View File

@@ -89,7 +89,7 @@ namespace SqlSugar
{ {
get get
{ {
return @"select table_name as name from information_schema.views where table_schema ='" + GetSchema() + "' "; return @"select table_name as name from information_schema.views where lower(table_schema) ='" + GetSchema() + "' ";
} }
} }
#endregion #endregion