From c20b17fee68aa391bbbdaed34d1ee22f1ed21448 Mon Sep 17 00:00:00 2001 From: 16639036659 <577530412@qq.com> Date: 星期日, 07 四月 2024 13:23:58 +0800 Subject: [PATCH] 日报功能开启 --- src/main/java/com/gkhy/fourierSpecialGasMonitor/service/GasConcentrationService.java | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/src/main/java/com/gkhy/fourierSpecialGasMonitor/service/GasConcentrationService.java b/src/main/java/com/gkhy/fourierSpecialGasMonitor/service/GasConcentrationService.java index b47ccc2..c3355fa 100644 --- a/src/main/java/com/gkhy/fourierSpecialGasMonitor/service/GasConcentrationService.java +++ b/src/main/java/com/gkhy/fourierSpecialGasMonitor/service/GasConcentrationService.java @@ -18,7 +18,9 @@ List<GasConcentration> listDatabyTimeSlot(LocalDateTime startTime, LocalDateTime endTime); - Page<GasConcentration> listDatabyTimeSlotAndPage(PageQuery<GasPageQuery> pageQuery); + Page<GasConcentration> listDatabyTimeSlotAndPositionAndPage(PageQuery<GasPageQuery> pageQuery); Page<GasConcentration> gasAtmospherePage(PageQuery<GasAtmospherePageQuery> pageQuery); + + List<GasConcentration> listDatabyTimeSlotAndPosition(LocalDateTime startTime, LocalDateTime endTime, Integer position); } -- Gitblit v1.9.2