From 615945a678fc8bfd18c6a32226f24f4e8962ad76 Mon Sep 17 00:00:00 2001
From: xiaogang <905166056@qq.com>
Date: 星期五, 15 一月 2021 16:04:25 +0800
Subject: [PATCH] 新增空置房申请和验房

---
 java110-db/src/main/resources/mapper/user/OwnerServiceDaoImplMapper.xml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/java110-db/src/main/resources/mapper/user/OwnerServiceDaoImplMapper.xml b/java110-db/src/main/resources/mapper/user/OwnerServiceDaoImplMapper.xml
index 1783f95..d3cf5b0 100644
--- a/java110-db/src/main/resources/mapper/user/OwnerServiceDaoImplMapper.xml
+++ b/java110-db/src/main/resources/mapper/user/OwnerServiceDaoImplMapper.xml
@@ -156,7 +156,7 @@
             and t.sex= #{sex}
         </if>
         <if test="name !=null and name != ''">
-            and t.name like concat('%',#{name},'%')
+            and t.name = #{name}
         </if>
         <if test="link !=null and link != ''">
             and t.link= #{link}

--
Gitblit v1.8.0