| | |
| | | <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> |
| | |
| | | <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> |