From eaf642a7ab30a555a007572a79a162f23ed42069 Mon Sep 17 00:00:00 2001 From: zhangyuan Date: Mon, 27 Jun 2022 10:06:36 +0800 Subject: [PATCH] =?UTF-8?q?=E5=90=84=E7=B1=BB=E4=BA=BA=E5=91=98=E5=85=B3?= =?UTF-8?q?=E8=81=94=E6=97=B6=E5=8A=A0=E4=B8=8A=E5=AE=A2=E6=88=B7ID?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/mapper/ChangeDeathDao.xml | 1 + .../src/main/resources/mapper/ChangeRelocationDao.xml | 1 + .../src/main/resources/mapper/ChangeWelfareDao.xml | 1 + 3 files changed, 3 insertions(+) diff --git a/epmet-user/epmet-user-server/src/main/resources/mapper/ChangeDeathDao.xml b/epmet-user/epmet-user-server/src/main/resources/mapper/ChangeDeathDao.xml index 8e14dc15c9..af48cfae7f 100644 --- a/epmet-user/epmet-user-server/src/main/resources/mapper/ChangeDeathDao.xml +++ b/epmet-user/epmet-user-server/src/main/resources/mapper/ChangeDeathDao.xml @@ -50,6 +50,7 @@ d.DEL_FLAG = '0' AND d.CUSTOMER_ID = #{customerId} + AND u.CUSTOMER_ID = #{customerId} AND d.GRID_ID = #{gridId} diff --git a/epmet-user/epmet-user-server/src/main/resources/mapper/ChangeRelocationDao.xml b/epmet-user/epmet-user-server/src/main/resources/mapper/ChangeRelocationDao.xml index 1d5b39e76e..8bdf2847fe 100644 --- a/epmet-user/epmet-user-server/src/main/resources/mapper/ChangeRelocationDao.xml +++ b/epmet-user/epmet-user-server/src/main/resources/mapper/ChangeRelocationDao.xml @@ -74,6 +74,7 @@ r.DEL_FLAG = '0' AND r.CUSTOMER_ID = #{customerId} + AND u.CUSTOMER_ID = #{customerId} AND r.AGENCY_ID = #{gridId} diff --git a/epmet-user/epmet-user-server/src/main/resources/mapper/ChangeWelfareDao.xml b/epmet-user/epmet-user-server/src/main/resources/mapper/ChangeWelfareDao.xml index e10a64a0ce..51524b85c6 100644 --- a/epmet-user/epmet-user-server/src/main/resources/mapper/ChangeWelfareDao.xml +++ b/epmet-user/epmet-user-server/src/main/resources/mapper/ChangeWelfareDao.xml @@ -48,6 +48,7 @@ w.DEL_FLAG = '0' AND w.CUSTOMER_ID = #{customerId} + AND u.CUSTOMER_ID = #{customerId} AND w.GRID_ID = #{gridId}