Update Querybuilder

This commit is contained in:
sunkaixuan 2023-01-12 17:11:10 +08:00
parent 7ceb56eace
commit eda7c37d91

View File

@ -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)
{