From d7d9b601b2e4fdb663375993e2cfbdbd363df421 Mon Sep 17 00:00:00 2001
From: Your Name <you@example.com>
Date: 星期二, 11 七月 2023 22:17:37 +0800
Subject: [PATCH] Merge branch 'master' of http://git.homecommunity.cn/supervip/MicroCommunity

---
 java110-db/src/main/resources/mapper/community/UnitV1ServiceDaoImplMapper.xml |    6 ++----
 1 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/java110-db/src/main/resources/mapper/community/UnitV1ServiceDaoImplMapper.xml b/java110-db/src/main/resources/mapper/community/UnitV1ServiceDaoImplMapper.xml
index 1fb565c..8efa808 100644
--- a/java110-db/src/main/resources/mapper/community/UnitV1ServiceDaoImplMapper.xml
+++ b/java110-db/src/main/resources/mapper/community/UnitV1ServiceDaoImplMapper.xml
@@ -37,7 +37,7 @@
         <if test="unitNum !=null and unitNum != ''">
             and t.unit_num= #{unitNum}
         </if>
-        <if test="roomUnit == 'Y'">
+        <if test='roomUnit == "Y"'>
             and t.unit_num != '0'
         </if>
         <if test="lift !=null and lift != ''">
@@ -111,7 +111,7 @@
         <if test="unitNum !=null and unitNum != ''">
             and t.unit_num= #{unitNum}
         </if>
-        <if test="roomUnit == 'Y'">
+        <if test='roomUnit == "Y"'>
             and t.unit_num != '0'
         </if>
         <if test="lift !=null and lift != ''">
@@ -123,8 +123,6 @@
         <if test="statusCd !=null and statusCd != ''">
             and t.status_cd= #{statusCd}
         </if>
-
-
     </select>
 
 </mapper>

--
Gitblit v1.8.0