<iftest="type != null and type != ''">and cmt_meeting_record_template.type = #{type}</if>
<iftest="meetingType != null and meetingType != ''">and meet_type.name like concat('%', #{meetingType}, '%')</if>
<iftest="createUser != null and createUser != ''">and (cmt_meeting_record_template.create_user like concat('%', #{createUser}, '%') or cmt_meeting_record_template.create_user_name like concat('%', #{createUser}, '%') )</if>