Skip to content
This repository has been archived by the owner on Nov 26, 2024. It is now read-only.

Commit

Permalink
ISTE-226: Added chnages in open search in ws-search
Browse files Browse the repository at this point in the history
  • Loading branch information
debasishchakraborty-egovt committed Jul 3, 2024
1 parent 301b0cf commit 1864170
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -302,8 +302,9 @@ public StringBuilder applyFilters(StringBuilder query, List<Object> preparedStat
}
}
} else {
addClauseIfRequired(preparedStatement, query);

if (!StringUtils.isEmpty(criteria.getConnectionNumber())){
addClauseIfRequired(preparedStatement, query);
query.append(" conn.connectionno = ? ");
preparedStatement.add(criteria.getConnectionNumber());
}
Expand Down

0 comments on commit 1864170

Please sign in to comment.