From e83dca6e861b622b54d3392ca0d3f1f1eb69f7c9 Mon Sep 17 00:00:00 2001
From: ningshuxia <ningshuxia0927@outlook.com>
Date: 星期二, 18 六月 2024 09:38:11 +0800
Subject: [PATCH] 新增模型验证

---
 IStation.Service/00-core/DbInitHelper.cs |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/IStation.Service/07-algorithm/00-core/DbInitHelper.cs b/IStation.Service/00-core/DbInitHelper.cs
similarity index 80%
rename from IStation.Service/07-algorithm/00-core/DbInitHelper.cs
rename to IStation.Service/00-core/DbInitHelper.cs
index d4670bc..a8f6b1b 100644
--- a/IStation.Service/07-algorithm/00-core/DbInitHelper.cs
+++ b/IStation.Service/00-core/DbInitHelper.cs
@@ -1,4 +1,4 @@
-锘縩amespace IStation.Algorithm
+锘縩amespace IStation.Service
 {
     /// <summary>
     /// 鏁版嵁搴撳垵濮嬪寲杈呭姪绫�
@@ -13,8 +13,10 @@
         {
             IStation.ConfigHelper.DeleteDataBase(Settings.ParasHelper.DataBase.SQLite.AnalysisConnectString);
             IStation.ConfigHelper.DeleteDataBase(Settings.ParasHelper.DataBase.SQLite.ScheduleConnectString);
+            IStation.ConfigHelper.DeleteDataBase(Settings.ParasHelper.DataBase.SQLite.HydraulicConnectString);
             IStation.ConfigHelper.InitAnalysisDB();
             IStation.ConfigHelper.InitScheduleDB();
+            IStation.ConfigHelper.InitHydraulicDB();
 
             var station = new IStation.Service.Station().Get();
             var helper = new IStation.Algorithm.AnalysisHelper();

--
Gitblit v1.9.3