Shuxia Ning
2024-07-17 fd681339c81201ed6fb3303647ecab89e3e6c0c1
IStation.Service/00-core/DbInitHelper.cs
@@ -20,9 +20,10 @@
            var station = new IStation.Service.Station().Get();
            var helper = new IStation.Algorithm.AnalysisHelper();
            helper.AnalysisCombine(station.S1);
            helper.AnalysisCombine(station.S2);
            helper.AnalysisCombine(station.Station1);
            helper.AnalysisCombine(station.Station2);
            helper.AnalysisConclusion();
        }
    }