Synchronization code

This commit is contained in:
sunkaixuan 2023-09-18 23:27:20 +08:00
parent da635ddbb9
commit 941486e725

View File

@ -109,8 +109,7 @@ namespace SqlSugar
private string _ExecuteCommand(string LogicFieldName, out ISqlSugarClient db, out string where, out List<SugarParameter> pars)
{
var entityInfo = Deleteable.EntityInfo;
db = Deleteable.Context;
DeleteBuilder.LambdaExpressions.ParameterIndex = 10000;
db = Deleteable.Context;
where = DeleteBuilder.GetWhereString.Substring(5);
pars = DeleteBuilder.Parameters;
if (LogicFieldName.IsNullOrEmpty())