From c6842e8498c2d9b469890b38cd9f0d714392c445 Mon Sep 17 00:00:00 2001 From: feiyu02 <risaku@163.com> Date: 星期五, 01 十二月 2023 13:22:02 +0800 Subject: [PATCH] 1. 修改优化日统计和风险统计的逻辑 --- src/test/java/com/flightfeather/monitor/analysis/dust/StatisticAnalysisControllerTest.kt | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/test/java/com/flightfeather/monitor/analysis/dust/StatisticAnalysisControllerTest.kt b/src/test/java/com/flightfeather/monitor/analysis/dust/StatisticAnalysisControllerTest.kt index a1d4971..0ad8e05 100644 --- a/src/test/java/com/flightfeather/monitor/analysis/dust/StatisticAnalysisControllerTest.kt +++ b/src/test/java/com/flightfeather/monitor/analysis/dust/StatisticAnalysisControllerTest.kt @@ -18,13 +18,13 @@ @Test fun dailyStatics() { - val d = LocalDate.of(2023, 7, 2) + val d = LocalDate.of(2023, 11, 27) statisticAnalysisController.dailyStatics(d) } @Test fun monthlyStatics() { - val d = LocalDate.of(2023, 7, 1) + val d = LocalDate.of(2023, 11, 1) statisticAnalysisController.monthlyStatics(d) } -- Gitblit v1.9.3