From 4ce24c95413fc0d1b9d805e39748aaffdf8a220e Mon Sep 17 00:00:00 2001 From: yinzuomei <576302893@qq.com> Date: Wed, 28 Apr 2021 18:11:18 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9"projectdistribution"=20?= =?UTF-8?q?=E6=96=B9=E6=B3=95,=E7=BB=BF=E7=81=AF=EF=BC=8C=E6=98=BE?= =?UTF-8?q?=E7=A4=BA=E8=BF=9130=E5=A4=A9=E6=95=B0=E6=8D=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/mapper/screen/ScreenProjectDataDao.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/epmet-module/data-report/data-report-server/src/main/resources/mapper/screen/ScreenProjectDataDao.xml b/epmet-module/data-report/data-report-server/src/main/resources/mapper/screen/ScreenProjectDataDao.xml index 6ea4d594d1..2bb8be6086 100644 --- a/epmet-module/data-report/data-report-server/src/main/resources/mapper/screen/ScreenProjectDataDao.xml +++ b/epmet-module/data-report/data-report-server/src/main/resources/mapper/screen/ScreenProjectDataDao.xml @@ -37,12 +37,13 @@ and PROJECT_STATUS_CODE !='pending' + and DATE_SUB(CURDATE(), INTERVAL 30 DAY) <= date(PROJECT_CREATE_TIME) and PROJECT_STATUS_CODE ='pending' - order by PROJECT_CREATE_TIME desc + order by PROJECT_CREATE_TIME desc