mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-10-15 18:55:07 +08:00
Update exp tosql
This commit is contained in:
@@ -51,6 +51,18 @@ namespace SqlSugar
|
||||
}
|
||||
else
|
||||
{
|
||||
if (type == ResolveExpressType.ArraySingle)
|
||||
{
|
||||
type= ResolveExpressType.ArrayMultiple;
|
||||
}
|
||||
else if (type == ResolveExpressType.FieldSingle)
|
||||
{
|
||||
type = ResolveExpressType.FieldMultiple;
|
||||
}
|
||||
else if (type == ResolveExpressType.WhereSingle)
|
||||
{
|
||||
type = ResolveExpressType.WhereMultiple;
|
||||
}
|
||||
result = result + SubTools.GetMethodValueSubJoin(this.Context, argExp, type);
|
||||
}
|
||||
result = result.TrimEnd(',');
|
||||
|
@@ -2,7 +2,7 @@
|
||||
<package >
|
||||
<metadata>
|
||||
<id>SqlSugarCore</id>
|
||||
<version>5.1.4.60</version>
|
||||
<version>5.1.4.62-preview06</version>
|
||||
<authors>sunkaixuan</authors>
|
||||
<owners>果糖大数据科技</owners>
|
||||
<licenseUrl>http://www.apache.org/licenses/LICENSE-2.0.html</licenseUrl>
|
||||
|
Reference in New Issue
Block a user