mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-04-24 18:04:52 +08:00
Update SplitCodeFirstProvider
This commit is contained in:
parent
32bdbe1a0e
commit
625b44b511
@ -18,7 +18,7 @@ namespace SqlSugar
|
||||
|
||||
public void InitTables(Type type)
|
||||
{
|
||||
var isSplitEntity = type.GetCustomAttributes<SplitTableAttribute>() != null;
|
||||
var isSplitEntity = type.GetCustomAttribute<SplitTableAttribute>() != null;
|
||||
if (isSplitEntity)
|
||||
{
|
||||
_InitTables(type);
|
||||
|
Loading…
Reference in New Issue
Block a user