|
@@ -325,7 +325,7 @@ namespace HTEX.DataETL.Controllers
|
|
|
bool loadLocal = true;
|
|
|
List<LessonDataAnalysisMonth> lessonDataAnalysisMonths = new List<LessonDataAnalysisMonth>();
|
|
|
var filesAnalysis = FileHelper.ListAllFiles(pathAnalysis);
|
|
|
- long stime = 1690819200000;//2023-08-01 00:00:00
|
|
|
+ long stime = 1693497600000;//2023-09-01 00:00:00
|
|
|
foreach (var file in filesAnalysis)
|
|
|
{
|
|
|
//读取每月的数据
|