mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-05-05 13:17:57 +08:00
-
This commit is contained in:
parent
ffe4105d5c
commit
c8ecac5bb0
@ -295,7 +295,7 @@ namespace SqlSugar
|
||||
string shortName = expression.Expression.ToString();
|
||||
string fieldName = expression.Member.Name;
|
||||
fieldName = this.Context.GetDbColumnName(expression.Expression.Type.Name, fieldName);
|
||||
fieldName = Context.GetTranslationColumnName(shortName + "." + fieldName);
|
||||
fieldName = Context.GetTranslationColumnName(shortName +UtilConstants.Dot+ fieldName);
|
||||
return fieldName;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user