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