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