feiyu02
2023-11-08 b2a0cb67e3a422c6cfae1845a499edd6f4b32e74
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())
    }
}