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