lizijie
2019-07-03 9eee07eb60fac7b8d13b4521fc9ef7019d4a60f5
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()));