From cfed607d085002b737ff54992ebd469954362ab3 Mon Sep 17 00:00:00 2001
From: Your Name <you@example.com>
Date: 星期四, 26 一月 2023 01:19:02 +0800
Subject: [PATCH] 加入业主入驻申请功能
---
java110-db/src/main/resources/mapper/user/QuestionAnswerTitleServiceDaoImplMapper.xml | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/java110-db/src/main/resources/mapper/user/QuestionAnswerTitleServiceDaoImplMapper.xml b/java110-db/src/main/resources/mapper/user/QuestionAnswerTitleServiceDaoImplMapper.xml
index f1b2640..b399dcd 100755
--- a/java110-db/src/main/resources/mapper/user/QuestionAnswerTitleServiceDaoImplMapper.xml
+++ b/java110-db/src/main/resources/mapper/user/QuestionAnswerTitleServiceDaoImplMapper.xml
@@ -50,7 +50,7 @@
and t.qa_id= #{qaId}
</if>
<if test="qaTitle !=null and qaTitle != ''">
- and t.qa_title= #{qaTitle}
+ and t.qa_title like '%${qaTitle}%'
</if>
order by t.seq
<if test="page != -1 and page != null ">
@@ -124,7 +124,7 @@
and t.qa_id= #{qaId}
</if>
<if test="qaTitle !=null and qaTitle != ''">
- and t.qa_title= #{qaTitle}
+ and t.qa_title like '%${qaTitle}%'
</if>
--
Gitblit v1.8.0