From 2707595bea37f06d2984277c6e9579122e80ec07 Mon Sep 17 00:00:00 2001 From: xufenglei <xufenglei> Date: Thu, 27 Jun 2019 10:39:12 +0800 Subject: [PATCH] update --- src/main/java/com/moral/service/impl/HistoryServiceImpl.java | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/main/java/com/moral/service/impl/HistoryServiceImpl.java b/src/main/java/com/moral/service/impl/HistoryServiceImpl.java index dfb1c44..72410be 100644 --- a/src/main/java/com/moral/service/impl/HistoryServiceImpl.java +++ b/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())); -- Gitblit v1.8.0