From 5420a8b8f0307f8f9a4ff2f6bfe7220a54784d96 Mon Sep 17 00:00:00 2001 From: Bill <771989711@qq.com> Date: Mon, 13 Nov 2023 10:15:51 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E5=8A=9F=E8=83=BD=E4=BC=98=E5=8C=96?= =?UTF-8?q?=E3=80=91=E6=94=BF=E7=AD=96=E6=89=BE=E4=BA=BA=E5=88=97=E8=A1=A8?= =?UTF-8?q?=E6=8C=89=E7=85=A7=E6=94=BF=E7=AD=96=E5=BC=80=E5=A7=8B=E6=97=B6?= =?UTF-8?q?=E9=97=B4=E5=80=92=E5=BA=8F=201.=E6=94=BF=E7=AD=96=E5=88=97?= =?UTF-8?q?=E8=A1=A8-=E6=94=BF=E7=AD=96=E6=89=BE=E4=BA=BA-=E7=A4=BE?= =?UTF-8?q?=E5=8C=BA=E6=9C=8D=E5=8A=A1=202.=E6=9F=A5=E8=AF=A2=E6=9D=A1?= =?UTF-8?q?=E4=BB=B6=E4=B8=AD=E6=8E=92=E5=BA=8F=E5=AD=97=E6=AE=B5=E4=BF=AE?= =?UTF-8?q?=E6=94=B9=E4=B8=BASTART=5FDATE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/mapper/IcPolicyDao.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/smart-community/epmet-module/epmet-heart/epmet-heart-server/src/main/resources/mapper/IcPolicyDao.xml b/code/smart-community/epmet-module/epmet-heart/epmet-heart-server/src/main/resources/mapper/IcPolicyDao.xml index 7442eb4a..2307eaa9 100644 --- a/code/smart-community/epmet-module/epmet-heart/epmet-heart-server/src/main/resources/mapper/IcPolicyDao.xml +++ b/code/smart-community/epmet-module/epmet-heart/epmet-heart-server/src/main/resources/mapper/IcPolicyDao.xml @@ -78,7 +78,7 @@ and ip.END_DATE >= DATE_FORMAT(now(),'%Y-%m-%d') - order by ip.CREATED_TIME desc + order by ip.START_DATE desc