sb.append("and (cfo.customize_field_id ="+customerDTOList.get(0).getField()+" and cfo.field_option_value_id"+customerDTOList.get(0).getOperator()+""+customerDTOList.get(0).getCondition()+")");
// for (int i = 1; i < campaignCustomerDTO.getListQuery().size(); i++) {
sb.append("and (cfo.customize_field_id ="+customerDTOList.get(0).getField()+" and cfo.value_text"+customerDTOList.get(0).getOperator()+""+customerDTOList.get(0).getCondition()+")");
sb.append("and (cfo.customize_field_id ="+customerDTOList.get(0).getField()+" and cfo.value_date"+customerDTOList.get(0).getOperator()+""+customerDTOList.get(0).getCondition()+")");
sb.append("and (cfo.customize_field_id ="+customerDTOList.get(0).getField()+" and cfo.value_number"+customerDTOList.get(0).getOperator()+""+customerDTOList.get(0).getCondition()+")");
sb.append("and (cfo.customize_field_id ="+customerDTOList.get(0).getField()+" and cfo.value_checkbox"+customerDTOList.get(0).getOperator()+""+customerDTOList.get(0).getCondition()+")");