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