From d9b6a1a66de298055ce36e4e62ab5d35d01fedc9 Mon Sep 17 00:00:00 2001 From: duanliangtao Date: Mon, 7 Aug 2023 15:24:32 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E6=B4=BB=E8=B7=83=E7=A4=BE?= =?UTF-8?q?=E5=8C=BA=E4=B8=8E=E4=B8=8D=E6=B4=BB=E8=B7=83=E7=A4=BE=E5=8C=BA?= =?UTF-8?q?=E7=BB=9F=E8=AE=A1=E4=B8=AD=E5=BF=98=E8=AE=B0=E5=8A=A0=E6=97=B6?= =?UTF-8?q?=E9=97=B4=E9=99=90=E5=88=B6=E7=9A=84bug,=E5=8E=BB=E9=99=A4?= =?UTF-8?q?=E6=9C=BA=E6=9E=84=E4=B8=BA=E7=A9=BA=E5=88=A4=E6=96=AD=E9=99=90?= =?UTF-8?q?=E5=88=B6=EF=BC=8C=E4=B8=8E=E5=88=97=E8=A1=A8=E7=9A=84=E6=9F=A5?= =?UTF-8?q?=E8=AF=A2=E6=9D=A1=E4=BB=B6=E4=BF=9D=E6=8C=81=E4=B8=80=E8=87=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/mapper/StaffLoginLogDao.xml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/epmet-module/gov-org/gov-org-server/src/main/resources/mapper/StaffLoginLogDao.xml b/epmet-module/gov-org/gov-org-server/src/main/resources/mapper/StaffLoginLogDao.xml index ad15c2a462..036636e5b6 100644 --- a/epmet-module/gov-org/gov-org-server/src/main/resources/mapper/StaffLoginLogDao.xml +++ b/epmet-module/gov-org/gov-org-server/src/main/resources/mapper/StaffLoginLogDao.xml @@ -221,14 +221,6 @@ and l.LOGIN_TIME <= #{endDate} - - - AND l.AGENCY_ID is NOT NULL - - - AND l.AGENCY_ID is NULL - - GROUP BY a.ID ) t;