mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-08-01 10:10:16 +08:00
This commit is contained in:
parent
34bdf40eeb
commit
1863705973
@ -652,7 +652,7 @@ namespace SqlSugar
|
|||||||
result = result.Replace(" ) unionTable ", ") "+TableShortName + UtilConstants.Space);
|
result = result.Replace(" ) unionTable ", ") "+TableShortName + UtilConstants.Space);
|
||||||
TableShortName = null;
|
TableShortName = null;
|
||||||
}
|
}
|
||||||
if (this.TableShortName.HasValue())
|
if (this.TableShortName.HasValue()&&!IsSqlQuery)
|
||||||
{
|
{
|
||||||
result += (TableShortName + UtilConstants.Space);
|
result += (TableShortName + UtilConstants.Space);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user