mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-12-26 14:15:50 +08:00
Update dblink name
This commit is contained in:
@@ -1284,7 +1284,7 @@ namespace SqlSugar
|
||||
}
|
||||
else if (dbLinkName.Last() == '_')
|
||||
{
|
||||
tableName = dbLinkName+this.QueryBuilder.Builder.GetTranslationColumnName(oldTableName);
|
||||
tableName = dbLinkName+oldTableName;
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user