Browse Source

-

pull/12/MERGE
sunkaixuan 8 years ago
parent
commit
235fcc9715
  1. 2
      SqlSugar/SqlSugarAccessory.cs

2
SqlSugar/SqlSugarAccessory.cs

@ -69,7 +69,7 @@ namespace SqlSugar
}
protected void InitMppingInfo<T>()
{
string cacheKey = "Context.InitAttributeMappingTables";
string cacheKey = "Context.InitAttributeMappingTables"+typeof(T).FullName;
CacheFactory.Action<EntityInfo>(cacheKey,
(cm, key) =>
{

Loading…
Cancel
Save