java110
2021-10-19 b278a4b743d0cf45fd0b42bc78ff42f4e1124baf
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>