Shuxia Ning
2024-08-28 1a8a81785470302fc7fbd6914a9df5d1094dac2a
IStation.Service/00-core/ConfigHelper.cs
@@ -242,8 +242,9 @@
            DeleteDataBase(Settings.ParasHelper.DataBase.SQLite.AnalysisConnectString);
            var sqlSugarClient = new SqlSugarClient(AnalysisConnectionConfig);
            Type[] types = new Type[] {
                       typeof(Entity.AnalysisLog),
                       //typeof(Entity.AnalysisLog),
                       typeof(Entity.AnalysisDeviation),
                       typeof(Entity.AnalysisFactor),
                       //typeof(Entity.AnalysisCombine),
                       //typeof(Entity.AnalysisConclusion),
                   };