From 601d806ce42045da19d371a0a4949e9c00c2162c Mon Sep 17 00:00:00 2001
From: lichao <326994889@qq.com>
Date: Thu, 13 Apr 2023 15:48:59 +0800
Subject: [PATCH] =?UTF-8?q?=E6=88=BF=E5=B1=8B=E7=94=BB=E5=83=8F=E5=88=97?=
=?UTF-8?q?=E8=A1=A8?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../src/main/resources/mapper/IcHouseDao.xml | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/epmet-module/gov-org/gov-org-server/src/main/resources/mapper/IcHouseDao.xml b/epmet-module/gov-org/gov-org-server/src/main/resources/mapper/IcHouseDao.xml
index 4e90e15af8..97054c2ea5 100644
--- a/epmet-module/gov-org/gov-org-server/src/main/resources/mapper/IcHouseDao.xml
+++ b/epmet-module/gov-org/gov-org-server/src/main/resources/mapper/IcHouseDao.xml
@@ -817,18 +817,18 @@
where house.DEL_FLAG = '0'
and
- ORG_ID_PATH like concat(#{orgId},'%')
+ house.ORG_ID_PATH like concat(#{orgId},'%')
- and CREATED_TIME >= #{timeStart}
+ and house.CREATED_TIME >= #{timeStart}
- and CREATED_TIME <= #{timeEnd}
+ and house.CREATED_TIME <= #{timeEnd}
- and PURPOSE = #{purpose}
+ and house.PURPOSE = #{purpose}
- and RENT_FLAG = #{rentFlag}
+ and house.RENT_FLAG = #{rentFlag}