mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-09-22 20:13:41 +08:00
Synchronization code
This commit is contained in:
@@ -636,6 +636,10 @@ namespace SqlSugar
|
|||||||
}
|
}
|
||||||
});
|
});
|
||||||
Type type = newAssembly.GetType(className);
|
Type type = newAssembly.GetType(className);
|
||||||
|
if (type == null)
|
||||||
|
{
|
||||||
|
type= assembly.GetType(className);
|
||||||
|
}
|
||||||
return type;
|
return type;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user