mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-06-27 19:41:17 +08:00
Update exp to sql
This commit is contained in:
parent
feb5d298e1
commit
ca326fbbb2
@ -292,6 +292,10 @@ namespace SqlSugar
|
||||
{
|
||||
isubList.RemoveAll(it => it is SubTake);
|
||||
}
|
||||
if (isJoin == false && isSubSubQuery&&this.context.CurrentShortName==null)
|
||||
{
|
||||
this.context.CurrentShortName=ExpressionTool.GetParameters(allMethods.FirstOrDefault()).FirstOrDefault().Name;
|
||||
}
|
||||
List<string> result = isubList.Select(it =>
|
||||
{
|
||||
it.HasWhere = isHasWhere;
|
||||
|
Loading…
Reference in New Issue
Block a user