mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-05-12 00:28:02 +08:00
Update Querybuilder
This commit is contained in:
parent
7ceb56eace
commit
eda7c37d91
@ -817,7 +817,7 @@ namespace SqlSugar
|
||||
}
|
||||
if (this.TableShortName.HasValue()&&!IsSqlQuery)
|
||||
{
|
||||
result += (TableShortName + UtilConstants.Space);
|
||||
result += (Builder.GetTranslationColumnName(TableShortName) + UtilConstants.Space);
|
||||
}
|
||||
if (this.TableWithString.HasValue() && this.TableWithString != SqlWith.Null)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user