From 8241261ff6362a1295223b8bd567b8b81155a71b Mon Sep 17 00:00:00 2001 From: wangchao Date: Wed, 26 Aug 2020 10:02:53 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9F=A5=E8=AF=A2=E7=94=A8=E6=88=B7=E5=8F=82?= =?UTF-8?q?=E4=B8=8E=E5=BA=A6=E6=97=B6=EF=BC=8C=E5=8F=AA=E6=9F=A5=E8=AF=A2?= =?UTF-8?q?=E6=9C=AC=E6=9C=BA=E5=85=B3=E7=9A=84=20agencyId=20=20=20?= =?UTF-8?q?=E4=B8=8D=E6=9F=A5parentId=EF=BC=8C=E5=9B=A0=E4=B8=BA=E6=AF=8F?= =?UTF-8?q?=E4=B8=80=E6=9D=A1=E6=95=B0=E6=8D=AE=E9=83=BD=E6=9C=89=E7=99=BE?= =?UTF-8?q?=E5=88=86=E6=AF=94=EF=BC=8C=E5=A6=82=E6=9E=9C=E7=94=A8parentId?= =?UTF-8?q?=E6=9F=A5=E8=AF=A2=E4=BC=9A=E6=9F=A5=E5=87=BA=E5=A4=9A=E6=9D=A1?= =?UTF-8?q?=EF=BC=8C=E6=B1=82=E5=92=8C=E5=90=8E=E7=99=BE=E5=88=86=E6=AF=94?= =?UTF-8?q?=E4=BC=9A=E5=A4=A7=E4=BA=8E1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/mapper/screen/ScreenUserJoinDao.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/epmet-module/data-report/data-report-server/src/main/resources/mapper/screen/ScreenUserJoinDao.xml b/epmet-module/data-report/data-report-server/src/main/resources/mapper/screen/ScreenUserJoinDao.xml index 74a6e4e661..856330ecf2 100644 --- a/epmet-module/data-report/data-report-server/src/main/resources/mapper/screen/ScreenUserJoinDao.xml +++ b/epmet-module/data-report/data-report-server/src/main/resources/mapper/screen/ScreenUserJoinDao.xml @@ -20,7 +20,7 @@ WHERE DEL_FLAG = '0' - AND PARENT_ID = #{agencyId} + AND AGENCY_ID = #{agencyId} AND MONTH_ID = #{monthId}