mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-08-23 22:11:36 +08:00
Synchronization code
This commit is contained in:
parent
e0deed5810
commit
858b0dd423
@ -841,6 +841,7 @@ namespace SqlSugar
|
||||
case "SplitIn":
|
||||
return this.Context.DbMehtods.SplitIn(model);
|
||||
case "ListAny":
|
||||
this.Context.Result.IsNavicate = true;
|
||||
this.Context.Parameters.RemoveAll(it => model.Args[0].MemberName.ObjToString().Contains(it.ParameterName));
|
||||
return this.Context.DbMehtods.ListAny(model);
|
||||
case "Modulo":
|
||||
|
Loading…
Reference in New Issue
Block a user