mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-10-15 18:55:07 +08:00
DbFirst Razor bug
This commit is contained in:
@@ -101,7 +101,7 @@ namespace SqlSugar
|
||||
if (this.Context.CurrentConnectionConfig.ConfigureExternalServices?.RazorService != null)
|
||||
{
|
||||
List<RazorTableInfo> razorList = new List<RazorTableInfo>();
|
||||
var tables = this.Context.DbMaintenance.GetTableInfoList(false);
|
||||
var tables = this.TableInfoList;
|
||||
if (tables.HasValue())
|
||||
{
|
||||
foreach (var item in tables)
|
||||
|
Reference in New Issue
Block a user