| | |
| | | <if test="ownersCommittee.imageUrl != null and ownersCommittee.imageUrl != ''">and image_url = #{ownersCommittee.imageUrl}</if> |
| | | <if test="ownersCommittee.joinTime != null ">and join_time = #{ownersCommittee.joinTime}</if> |
| | | <if test="ownersCommittee.mobile != null and ownersCommittee.mobile != ''">and mobile = #{ownersCommittee.mobile}</if> |
| | | <if test="ownersCommittee.name != null and ownersCommittee.name != ''">and name = #{ownersCommittee.name}</if> |
| | | <if test="ownersCommittee.name != null and ownersCommittee.name != ''">and name like concat('%',#{ownersCommittee.name},'%') </if> |
| | | <if test="ownersCommittee.ownersCommitteeName != null and ownersCommittee.ownersCommitteeName != ''">and owners_committee_name = |
| | | #{ownersCommittee.ownersCommitteeName} |
| | | </if> |