From 43cec64965d298ded5be71e9426970db1f0edd3e Mon Sep 17 00:00:00 2001 From: songyunpeng Date: Wed, 29 Jul 2020 09:47:13 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A7=AF=E5=88=86=E8=A7=84=E5=88=99bug?= =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/mapper/PointsLogsDao.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/esua-epdc/epdc-module/epdc-points/epdc-points-server/src/main/resources/mapper/PointsLogsDao.xml b/esua-epdc/epdc-module/epdc-points/epdc-points-server/src/main/resources/mapper/PointsLogsDao.xml index d5398e2e..4412fde5 100755 --- a/esua-epdc/epdc-module/epdc-points/epdc-points-server/src/main/resources/mapper/PointsLogsDao.xml +++ b/esua-epdc/epdc-module/epdc-points/epdc-points-server/src/main/resources/mapper/PointsLogsDao.xml @@ -60,13 +60,13 @@ and OPERATION_TIME between date_add(now() , interval -1 hour ) and now() - and OPERATION_TIME between date_add(now() , interval -1 minute ) and now() + and OPERATION_TIME between date_add(now() , interval -1 day ) and now() - and OPERATION_TIME between date_add(now() , interval -1 minute ) and now() + and OPERATION_TIME between date_add(now() , interval -1 month ) and now() - and OPERATION_TIME between date_add(now() , interval -1 minute ) and now() + and OPERATION_TIME between date_add(now() , interval -1 year ) and now() group by OPERATION_TYPE)a group by a.BEHAVIOR_CODE;