This commit is contained in:
DEVICE8\12494
2023-04-06 18:25:48 +08:00
parent 536f11aac1
commit 2bbe6991f8

View File

@@ -59,7 +59,7 @@ namespace Tnb.BasicData
if (list?.Count > 0)
{
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(),
RouteType = x.Key,