mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-10-27 03:09:34 +08:00
-
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user