mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-05-04 04:37:58 +08:00
Synchronization code
This commit is contained in:
parent
f8e3c3dfbb
commit
691b445ff5
@ -56,7 +56,7 @@ namespace SqlSugar
|
||||
if (objectValue == null)
|
||||
return null;
|
||||
callValue = MethodInfo.Invoke(Context, new object[] { objectValue });
|
||||
return callValue.GetType().GetMethod("ExecuteCommand");
|
||||
return callValue.GetType().GetMyMethod("ExecuteCommand",0);
|
||||
}
|
||||
|
||||
public StorageableMethodInfo ToStorage()
|
||||
|
Loading…
Reference in New Issue
Block a user