From fd681339c81201ed6fb3303647ecab89e3e6c0c1 Mon Sep 17 00:00:00 2001 From: Shuxia Ning <NingShuxia0927@outlook.com> Date: 星期三, 17 七月 2024 09:50:11 +0800 Subject: [PATCH] 调度逻辑修改,新增笛卡尔积过滤循环 --- IStation.Service/00-core/DbInitHelper.cs | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/IStation.Service/00-core/DbInitHelper.cs b/IStation.Service/00-core/DbInitHelper.cs index a8f6b1b..a881d7e 100644 --- a/IStation.Service/00-core/DbInitHelper.cs +++ b/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(); + } } -- Gitblit v1.9.3