mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-06-28 13:34:32 +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);
|
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 =>
|
List<string> result = isubList.Select(it =>
|
||||||
{
|
{
|
||||||
it.HasWhere = isHasWhere;
|
it.HasWhere = isHasWhere;
|
||||||
|
Loading…
Reference in New Issue
Block a user