mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-05-07 06:07:59 +08:00
Synchronization code
This commit is contained in:
parent
da635ddbb9
commit
941486e725
@ -109,8 +109,7 @@ namespace SqlSugar
|
|||||||
private string _ExecuteCommand(string LogicFieldName, out ISqlSugarClient db, out string where, out List<SugarParameter> pars)
|
private string _ExecuteCommand(string LogicFieldName, out ISqlSugarClient db, out string where, out List<SugarParameter> pars)
|
||||||
{
|
{
|
||||||
var entityInfo = Deleteable.EntityInfo;
|
var entityInfo = Deleteable.EntityInfo;
|
||||||
db = Deleteable.Context;
|
db = Deleteable.Context;
|
||||||
DeleteBuilder.LambdaExpressions.ParameterIndex = 10000;
|
|
||||||
where = DeleteBuilder.GetWhereString.Substring(5);
|
where = DeleteBuilder.GetWhereString.Substring(5);
|
||||||
pars = DeleteBuilder.Parameters;
|
pars = DeleteBuilder.Parameters;
|
||||||
if (LogicFieldName.IsNullOrEmpty())
|
if (LogicFieldName.IsNullOrEmpty())
|
||||||
|
Loading…
Reference in New Issue
Block a user