src/main/java/com/moral/controller/ScreenController.java | ●●●●● patch | view | raw | blame | history |
src/main/java/com/moral/controller/ScreenController.java
@@ -1991,6 +1991,7 @@ } String table="history_minutely_"+year+mon; log.info(table); log.info(time); List list=deviceService.byMonitorIdGetDeviceAndWind(monitorPointId,time,table); return list; }