From 6f28997aa8d9f62e0c54838490a473041f709742 Mon Sep 17 00:00:00 2001 From: zmc <zmc_li@foxmail.com> Date: 星期四, 02 十一月 2023 11:42:32 +0800 Subject: [PATCH] 修改了数据排名清单sql查询语句 --- 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