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(); } }