Skip to content

Commit 3fa09c8

Browse files
committed
完善日志
1 parent fbc0a5c commit 3fa09c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ShardingCore/Core/VirtualRoutes/TableRoutes/RoutingRuleEngine/TableRouteResult.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ public override bool Equals(object obj)
4444

4545
public override string ToString()
4646
{
47-
return $"(has different tail:{HasDifferentTail},current table:[{string.Join(",", ReplaceTables.Select(o => o.EntityType))}])";
47+
return $"(has different tail:{HasDifferentTail},current table:[{string.Join(",", ReplaceTables.Select(o => $"{o.DataSourceName}.{o.Tail}.{o.EntityType}"))}])";
4848
}
4949

5050
#if !EFCORE2

0 commit comments

Comments
 (0)