When I change data, sqlsugar will also clear the cache and call the Caching.GetAllCacheKeys() function.
When calling that function, an error occurs at the function CreateGetter<TParam, TReturn>(FieldInfo field)
When I debug, field = null
How should I correct it?


