Merge branch 'main' of github.com:xuejmnet/sharding-core into main

This commit is contained in:
xuejiaming 2021-08-27 09:57:54 +08:00
commit a0a223151d
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};
}
throw new NotImplementedException(nameof(TableRouteConfig));
throw new ShardingCoreException(" route entity queryable or sharding key value is null ");
}