select billing_params_id, create_time, create_by, create_by_name, update_time, update_by, update_by_name, del_flag, top_organization_id, organization_id, organization_name, billing_params_name, billing_illustrate, billing_params_json, billing_output_json, pre_set_rules from billing_params
and create_by_name like concat('%', #{createByName}, '%')
and update_by_name like concat('%', #{updateByName}, '%')
and top_organization_id = #{topOrganizationId}
and organization_id = #{organizationId}
and organization_name like concat('%', #{organizationName}, '%')
and billing_params_name like concat('%', #{billingParamsName}, '%')
and billing_illustrate = #{billingIllustrate}
and billing_params_json = #{billingParamsJson}
and billing_output_json = #{billingOutputJson}
and pre_set_rules = #{preSetRules}