mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-10-15 18:55:07 +08:00
-
This commit is contained in:
@@ -51,7 +51,7 @@ namespace SqlSugar
|
|||||||
{
|
{
|
||||||
hasWhere = true;
|
hasWhere = true;
|
||||||
}
|
}
|
||||||
else
|
else if(item is SubWhere)
|
||||||
{
|
{
|
||||||
item = SubTools.SubItems.First(s => s is SubAnd);
|
item = SubTools.SubItems.First(s => s is SubAnd);
|
||||||
}
|
}
|
||||||
|
@@ -1,5 +1,4 @@
|
|||||||
using SqlSugar.ExpressionsToSql.Subquery;
|
using System;
|
||||||
using System;
|
|
||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
using System.Linq;
|
using System.Linq;
|
||||||
using System.Linq.Expressions;
|
using System.Linq.Expressions;
|
||||||
@@ -13,6 +12,7 @@ namespace SqlSugar
|
|||||||
{
|
{
|
||||||
new SubSelect(),
|
new SubSelect(),
|
||||||
new SubWhere(),
|
new SubWhere(),
|
||||||
|
new SubAnd(),
|
||||||
new SubAny(),
|
new SubAny(),
|
||||||
new SubNotAny(),
|
new SubNotAny(),
|
||||||
new SubBegin(),
|
new SubBegin(),
|
||||||
|
Reference in New Issue
Block a user