mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-04-05 17:37:58 +08:00
Update Subquery.WithAttr
This commit is contained in:
parent
f706b8a839
commit
79ebc83763
@ -186,6 +186,10 @@ namespace SqlSugar
|
||||
{
|
||||
var asName = this.context.GetTranslationTableName(asItems.First().Replace(subKey, ""), false);
|
||||
var repKey = $"\\{this.context.SqlTranslationLeft}.+\\{this.context.SqlTranslationRight}";
|
||||
if (this.context.CurrentShortName.HasValue())
|
||||
{
|
||||
asName = asName + " " + this.context.CurrentShortName;
|
||||
}
|
||||
sqlItems[i] = Regex.Replace(sqlItems[i], repKey, asName);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user