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

Commit

Permalink
Merge pull request #875 from palak-egov/patch-6
Browse files Browse the repository at this point in the history
Update FuzzySearchService.java
  • Loading branch information
pradeepkumarcm-egov authored Aug 5, 2024
2 parents ed9b746 + 7bea11b commit e24ea4f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ public List<Employee> getEmployees(RequestInfo requestInfo, EmployeeSearchCriter

EmployeeSearchCriteria employeeSearchCriteria = EmployeeSearchCriteria.builder().tenantId(tenantId).codes(empList).build();

employees.addAll(employeeRepository.fetchEmployees(criteria,requestInfo));
employees.addAll(employeeRepository.fetchEmployees(employeeSearchCriteria, requestInfo));

}

Expand Down

0 comments on commit e24ea4f

Please sign in to comment.