GetTables埋点记录表的个数
This commit is contained in:
parent
6bff973eb0
commit
e133043045
|
@ -620,7 +620,7 @@ public partial class DAL
|
|||
//CheckDatabase();
|
||||
var tables = Db.CreateMetaData().GetTables();
|
||||
|
||||
if (span != null) span.Tag += ": " + tables.Join(",");
|
||||
span?.AppendTag(tables.Join(","), tables.Count);
|
||||
|
||||
return tables;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue