select batch_detail_id, organization_id, organization_name, top_organization_id, batch_id, batch_labels, input_control, attribute_format, attribute_option, remark, create_time, create_by, create_by_name, update_time, update_by, update_by_name, del_flag from batch_detail
and organization_id = #{organizationId}
and organization_name like concat('%', #{organizationName}, '%')
and top_organization_id = #{topOrganizationId}
and batch_id = #{batchId}
and batch_labels = #{batchLabels}
and input_control = #{inputControl}
and attribute_format = #{attributeFormat}
and attribute_option = #{attributeOption}
and create_by_name like concat('%', #{createByName}, '%')
and update_by_name like concat('%', #{updateByName}, '%')
and del_flag = #{delFlag} and del_flag = 1