| | |
| | | <if test="ownersCommittee.longitude != null and ownersCommittee.longitude != ''"> and longitude = #{ownersCommittee.longitude}</if> |
| | | <if test="ownersCommittee.location != null and ownersCommittee.location != ''"> and location = #{ownersCommittee.location}</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.peopleTotal != null and ownersCommittee.peopleTotal != ''"> and people_total = #{ownersCommittee.peopleTotal}</if> |
| | | <if test="ownersCommittee.principalId != null "> and principal_id = #{ownersCommittee.principalId}</if> |
| | | <if test="ownersCommittee.principalName != null and ownersCommittee.principalName != ''"> and principal_name = #{ownersCommittee.principalName}</if> |