mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-10-15 18:55:07 +08:00
-
This commit is contained in:
@@ -12,7 +12,7 @@ namespace SqlSugar
|
||||
var table= this.Context.EntityMaintenance.GetTableName(entityInfo.EntityName);
|
||||
var tableArray = table.Split('.');
|
||||
var noFormat = table.Split(']').Length==1;
|
||||
if (tableArray.Length > 2 && noFormat)
|
||||
if (tableArray.Length > 1 && noFormat)
|
||||
{
|
||||
return tableArray.Last();
|
||||
}
|
||||
|
Reference in New Issue
Block a user