mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-04-24 18:04:52 +08:00
Synchronization code
This commit is contained in:
parent
ee488a4f95
commit
48bb29893c
@ -89,7 +89,7 @@ namespace SqlSugar
|
||||
var selfParameterName = Context.GetTranslationColumnName((argExp as LambdaExpression).Parameters.First().Name) + UtilConstants.Dot;
|
||||
if (this.Context.JoinIndex == 0&&result.Contains(" FROM "))
|
||||
{
|
||||
this.Context.CurrentShortName= selfParameterName;
|
||||
this.Context.CurrentShortName= selfParameterName.ObjToString().TrimEnd('.');
|
||||
}
|
||||
else if (this.Context.JoinIndex == 0)
|
||||
result = result.Replace(selfParameterName, SubTools.GetSubReplace(this.Context));
|
||||
|
Loading…
Reference in New Issue
Block a user