From bf79ba88e632973bae3cf9ddd26e0c81e69bfba0 Mon Sep 17 00:00:00 2001 From: Jackwang Date: Fri, 13 May 2022 16:33:58 +0800 Subject: [PATCH] =?UTF-8?q?=E8=BF=81=E5=87=BA=E6=90=9C=E7=B4=A2=E5=AD=97?= =?UTF-8?q?=E6=AE=B5=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/mapper/ChangeRelocationDao.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 09ac7a2a76..e62db8185a 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 @@ -45,7 +45,7 @@ WHERE r.DEL_FLAG = '0' - AND r.GRID_ID = #{gridId} + AND r.AGENCY_ID = #{gridId} AND r.VILLAGE_ID = #{villageId}