src/main/java/com/moral/service/impl/HistoryServiceImpl.java | ●●●●● patch | view | raw | blame | history |
src/main/java/com/moral/service/impl/HistoryServiceImpl.java
@@ -140,7 +140,7 @@ String column = "value"; if ("month".equals(timeType)) { if (1 != localDate.getDayOfMonth()) { table = "history_minutely"; table = "history_daily"; column = "json"; } parameters.put("start", localDate.with(TemporalAdjusters.firstDayOfMonth()));