This commit is contained in:
xuejmnet 2021-08-26 23:02:23 +08:00
parent daea460789
commit 23a9553d72
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ namespace ShardingCore.Core.VirtualTables
return new List<IPhysicTable>(1) {routeWithValue}; return new List<IPhysicTable>(1) {routeWithValue};
} }
throw new NotImplementedException(nameof(TableRouteConfig)); throw new ShardingCoreException(" route entity queryable or sharding key value is null ");
} }