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}