wuxw
2022-07-19 05683f2b2bdbdbe21cf17ad523c21ab338bd1c54
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>