mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-08-24 07:22:57 +08:00
Update SplitTypeExtensions
This commit is contained in:
parent
2a5f3e46f9
commit
e3a719c349
@ -17,7 +17,7 @@ namespace SqlSugar
|
|||||||
List<SplitTableInfo> result = new List<SplitTableInfo>();
|
List<SplitTableInfo> result = new List<SplitTableInfo>();
|
||||||
foreach (var item in tables)
|
foreach (var item in tables)
|
||||||
{
|
{
|
||||||
if (tableNames.Any(it => item.TableName.Contains(it)))
|
if (tableNames.Any(it => item.TableName.ObjToString().ToLower().Contains(it.ObjToString().ToLower())))
|
||||||
{
|
{
|
||||||
result.Add(item);
|
result.Add(item);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user