mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-08-23 22:11:36 +08:00
Update exp to sql
This commit is contained in:
parent
6977b10255
commit
ee488a4f95
@ -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