From 4fbbd4ff938875997a84914c0310149851ced122 Mon Sep 17 00:00:00 2001 From: kaiyu <404897439@qq.com> Date: Wed, 18 Nov 2020 14:09:51 +0800 Subject: [PATCH] 从history表获取数据改为从history天表获取数据 --- src/main/resources/mapper/HistoryMapper.xml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/main/resources/mapper/HistoryMapper.xml b/src/main/resources/mapper/HistoryMapper.xml index 0827a7e..80947b2 100644 --- a/src/main/resources/mapper/HistoryMapper.xml +++ b/src/main/resources/mapper/HistoryMapper.xml @@ -107,7 +107,7 @@ </choose> </foreach> FROM - history h + history_${yearAndMonthDay} h WHERE h.time >= #{start} AND h.time <![CDATA[<]]> #{end} -- Gitblit v1.8.0