xufenglei
2019-06-27 2707595bea37f06d2984277c6e9579122e80ec07
update
1 files modified
2 ■■■ changed files
src/main/java/com/moral/service/impl/HistoryServiceImpl.java 2 ●●● 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()));