1
This commit is contained in:
@@ -59,7 +59,7 @@ namespace Tnb.BasicData
|
|||||||
if (list?.Count > 0)
|
if (list?.Count > 0)
|
||||||
{
|
{
|
||||||
var routeGroups = list.GroupBy(g => g.RouteType);
|
var routeGroups = list.GroupBy(g => g.RouteType);
|
||||||
var dic1 = routeGroups.ToDictionary(x => $"{x.Key}", x => Tuple.Create(new RouteLineTreeOutput
|
var dic1 = routeGroups.ToDictionary(x => x.Key, x => Tuple.Create(new RouteLineTreeOutput
|
||||||
{
|
{
|
||||||
id = SnowflakeIdHelper.NextId(),
|
id = SnowflakeIdHelper.NextId(),
|
||||||
RouteType = x.Key,
|
RouteType = x.Key,
|
||||||
|
|||||||
Reference in New Issue
Block a user