mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-12-05 03:17:41 +08:00
Update exp to sql
This commit is contained in:
@@ -54,6 +54,8 @@ namespace SqlSugar
|
||||
if (this.Context.JoinIndex > 0)
|
||||
{
|
||||
this.Context.Parameters.AddRange(copyContext.Parameters);
|
||||
this.Context.Index = copyContext.Index;
|
||||
this.Context.ParameterIndex = copyContext.ParameterIndex;
|
||||
}
|
||||
|
||||
var regex = @"^AND (\@Const\d+) $";
|
||||
|
||||
@@ -56,6 +56,8 @@ namespace SqlSugar
|
||||
if (this.Context.JoinIndex > 0)
|
||||
{
|
||||
this.Context.Parameters.AddRange(copyContext.Parameters);
|
||||
this.Context.Index = copyContext.Index;
|
||||
this.Context.ParameterIndex = copyContext.ParameterIndex;
|
||||
}
|
||||
|
||||
var regex = @"^WHERE (\@Const\d+) $";
|
||||
|
||||
Reference in New Issue
Block a user