mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-09-23 12:33:44 +08:00
Update InstanceFactory
This commit is contained in:
@@ -668,6 +668,10 @@ namespace SqlSugar
|
|||||||
type = assembly.GetType(className);
|
type = assembly.GetType(className);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
if (type == null)
|
||||||
|
{
|
||||||
|
type = GetCustomDbType(className, type);
|
||||||
|
}
|
||||||
Check.ArgumentNullException(type, string.Format(ErrorMessage.ObjNotExist, className));
|
Check.ArgumentNullException(type, string.Format(ErrorMessage.ObjNotExist, className));
|
||||||
if (!typeCache.ContainsKey(className))
|
if (!typeCache.ContainsKey(className))
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user