fix: 修复评论错误情况
This commit is contained in:
@@ -77,7 +77,7 @@ namespace Yi.Framework.SqlSugarCore
|
||||
}
|
||||
if (types.Count > 0)
|
||||
{
|
||||
db.CodeFirst.InitTables(types.ToArray());
|
||||
db.CopyNew().CodeFirst.InitTables(types.ToArray());
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user