From 410488a7673c41bbcf1fcf4b42b660da03290dfb Mon Sep 17 00:00:00 2001 From: wangchao Date: Tue, 15 Dec 2020 14:43:26 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D:=E6=9F=A5=E8=AF=A2=E7=BD=91?= =?UTF-8?q?=E6=A0=BC=E4=B8=8B=E6=B3=A8=E5=86=8C=E7=94=A8=E6=88=B7=E6=97=B6?= =?UTF-8?q?=EF=BC=8C=E5=B0=86REGISTER=20=3D=20'1'=E6=94=B9=E4=B8=BAFIRST?= =?UTF-8?q?=5FREGISTER=20=3D=20'1'=EF=BC=8C=E8=BF=87=E6=BB=A4=E6=8E=89?= =?UTF-8?q?=E4=B9=8B=E5=89=8D=E5=9B=A0=E8=B7=A8=E5=AE=A2=E6=88=B7=E4=BA=A7?= =?UTF-8?q?=E7=94=9F=E7=9A=84=E6=95=B0=E6=8D=AE=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/mapper/user/UserDao.xml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/epmet-module/data-statistical/data-statistical-server/src/main/resources/mapper/user/UserDao.xml b/epmet-module/data-statistical/data-statistical-server/src/main/resources/mapper/user/UserDao.xml index 90c573cb4a..a441145bb4 100644 --- a/epmet-module/data-statistical/data-statistical-server/src/main/resources/mapper/user/UserDao.xml +++ b/epmet-module/data-statistical/data-statistical-server/src/main/resources/mapper/user/UserDao.xml @@ -21,7 +21,7 @@ - AND REGISTER = '1' + AND FIRST_REGISTER = '1' @@ -56,7 +56,7 @@ - AND REGISTER = '1' + AND FIRST_REGISTER = '1' @@ -95,7 +95,7 @@ - AND REGISTER = '1' + AND FIRST_REGISTER = '1' @@ -135,7 +135,7 @@ - AND REGISTER = '1' + AND FIRST_REGISTER = '1' @@ -303,7 +303,7 @@ - AND REGISTER = '1' + AND FIRST_REGISTER = '1' @@ -336,7 +336,7 @@ - AND REGISTER = '1' + AND FIRST_REGISTER = '1'