From 805b967b4ee65cd5022cad20451299f6ce56c949 Mon Sep 17 00:00:00 2001 From: tangxu <76880903@qq.com> Date: 星期一, 24 十月 2022 21:48:58 +0800 Subject: [PATCH] 添加 shys五号沟凌桥方向 --- Application/IStation.Application.OpenApi/shys/plan/PlanAna_ShysController.cs | 2 +- Application/IStation.Application.OpenApi/shys/plan/shys/ShysHelper.cs | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Application/IStation.Application.OpenApi/shys/plan/PlanAna_ShysController.cs b/Application/IStation.Application.OpenApi/shys/plan/PlanAna_ShysController.cs index 3008dcb..c262811 100644 --- a/Application/IStation.Application.OpenApi/shys/plan/PlanAna_ShysController.cs +++ b/Application/IStation.Application.OpenApi/shys/plan/PlanAna_ShysController.cs @@ -57,7 +57,7 @@ [HttpGet] public List<PlanAnaDto> Calculate_debug() { - var path = @"D:\WorkData\IStation\result_1024b.json"; + var path = @"D:\WorkData\IStation\result_1024lq.json"; if (!System.IO.File.Exists(path)) return null; diff --git a/Application/IStation.Application.OpenApi/shys/plan/shys/ShysHelper.cs b/Application/IStation.Application.OpenApi/shys/plan/shys/ShysHelper.cs index de246c6..849666b 100644 --- a/Application/IStation.Application.OpenApi/shys/plan/shys/ShysHelper.cs +++ b/Application/IStation.Application.OpenApi/shys/plan/shys/ShysHelper.cs @@ -32,10 +32,10 @@ private static void Inital() { _dict = new Dictionary<int, StationInfo>(); - _dict.Add(1, new StationInfo(2, new IStation.Calculation.shys闀垮叴娉电珯()));//OK - //_dict.Add(2, new StationInfo(12, new IStation.Calculation.shys浜斿彿娌熷噷妗ユ柟鍚�())); + _dict.Add(1, new StationInfo(2, new IStation.Calculation.shys闀垮叴娉电珯()));//OK + _dict.Add(2, new StationInfo(12, new IStation.Calculation.shys浜斿彿娌熷噷妗ユ柟鍚�()));//ok //_dict.Add(3, new StationInfo(9, new IStation.Calculation.shys浜斿彿娌熼噾娴锋柟鍚�())); - _dict.Add(4, new StationInfo(3, new IStation.Calculation.shys浜斿彿娌熶弗妗ユ柟鍚�1()));//OK + _dict.Add(4, new StationInfo(3, new IStation.Calculation.shys浜斿彿娌熶弗妗ユ柟鍚�1()));//OK _dict.Add(5, new StationInfo(5, new IStation.Calculation.shys浜斿彿娌熶弗妗ユ柟鍚�2()));//OK //_dict.Add(6, new StationInfo(4, new IStation.Calculation.shys涓ユˉ娉电珯())); //_dict.Add(7, new StationInfo(6, new IStation.Calculation.shys涓存睙1鍙锋车鎴�())); -- Gitblit v1.9.3