From b2a0cb67e3a422c6cfae1845a499edd6f4b32e74 Mon Sep 17 00:00:00 2001
From: feiyu02 <risaku@163.com>
Date: 星期三, 08 十一月 2023 09:49:53 +0800
Subject: [PATCH] 1. 调整了定时任务的部分代码结构

---
 src/main/java/com/flightfeather/monitor/domain/ds1/repository/DustStatisticsValueRep.kt |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/src/main/java/com/flightfeather/monitor/domain/ds1/repository/DustStatisticsValueRep.kt b/src/main/java/com/flightfeather/monitor/domain/ds1/repository/DustStatisticsValueRep.kt
index 6af586e..fbd89ea 100644
--- a/src/main/java/com/flightfeather/monitor/domain/ds1/repository/DustStatisticsValueRep.kt
+++ b/src/main/java/com/flightfeather/monitor/domain/ds1/repository/DustStatisticsValueRep.kt
@@ -51,4 +51,6 @@
         val dataCount = d * 96
         dustStatisticsValueMapper.monthlyStatics(s, e, dataCount.toInt())
     }
+
+
 }
\ No newline at end of file

--
Gitblit v1.9.3