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/report/ReportInfoSettingTitleServiceDaoImplMapper.xml | 6 ++++++
1 files changed, 6 insertions(+), 0 deletions(-)
diff --git a/java110-db/src/main/resources/mapper/report/ReportInfoSettingTitleServiceDaoImplMapper.xml b/java110-db/src/main/resources/mapper/report/ReportInfoSettingTitleServiceDaoImplMapper.xml
index b1e4515..5458db1 100644
--- a/java110-db/src/main/resources/mapper/report/ReportInfoSettingTitleServiceDaoImplMapper.xml
+++ b/java110-db/src/main/resources/mapper/report/ReportInfoSettingTitleServiceDaoImplMapper.xml
@@ -39,6 +39,9 @@
<if test="title !=null and title != ''">
and t.title= #{title}
</if>
+<if test="titleLike !=null and titleLike != ''">
+ and t.title like concat('%',#{titleLike},'%')
+</if>
<if test="communityId !=null and communityId != ''">
and t.community_id= #{communityId}
</if>
@@ -108,6 +111,9 @@
<if test="title !=null and title != ''">
and t.title= #{title}
</if>
+<if test="titleLike !=null and titleLike != ''">
+ and t.title like concat('%',#{titleLike},'%')
+</if>
<if test="communityId !=null and communityId != ''">
and t.community_id= #{communityId}
</if>
--
Gitblit v1.8.0