adamsaghy commented on code in PR #5584:
URL: https://github.com/apache/fineract/pull/5584#discussion_r2939374670
##########
fineract-working-capital-loan/src/main/java/org/apache/fineract/portfolio/workingcapitalloanproduct/repository/WorkingCapitalLoanProductRepository.java:
##########
@@ -38,9 +38,11 @@ public interface WorkingCapitalLoanProductRepository
boolean existsByShortName(String shortName);
@Query("""
- SELECT wclp FROM WorkingCapitalLoanProduct wclp
+ SELECT DISTINCT wclp FROM WorkingCapitalLoanProduct wclp
Review Comment:
why distinct?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]