Synchronization code

This commit is contained in:
sunkaixuan 2023-09-25 22:32:32 +08:00
parent f8e3c3dfbb
commit 691b445ff5

View File

@ -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()