mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-09-24 13:03:43 +08:00
Update exp to sql
This commit is contained in:
@@ -53,7 +53,10 @@ namespace SqlSugar
|
||||
}
|
||||
var result = "WHERE " + SubTools.GetMethodValue(copyContext, argExp, ResolveExpressType.WhereMultiple);
|
||||
|
||||
|
||||
if (this.Context.JoinIndex > 0)
|
||||
{
|
||||
this.Context.Parameters.AddRange(copyContext.Parameters);
|
||||
}
|
||||
|
||||
var regex = @"^WHERE (\@Const\d+) $";
|
||||
if (this.Context is OracleExpressionContext)
|
||||
|
Reference in New Issue
Block a user