xufenglei
2019-06-27 2707595bea37f06d2984277c6e9579122e80ec07
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()));