adamsaghy commented on code in PR #3977:
URL: https://github.com/apache/fineract/pull/3977#discussion_r1680859962


##########
fineract-provider/src/main/java/org/apache/fineract/portfolio/loanaccount/service/LoanReadPlatformServiceImpl.java:
##########
@@ -179,6 +179,32 @@ public class LoanReadPlatformServiceImpl implements 
LoanReadPlatformService, Loa
     private final LoanTransactionRelationMapper loanTransactionRelationMapper;
     private final LoanChargePaidByReadPlatformService 
loanChargePaidByReadPlatformService;
 
+    @Override
+    public List<Long> fetchLoanIdsForAccrualActivityPosting(LocalDate 
currentDate, Long offsetId, Integer limit) {
+        String sqlString = """

Review Comment:
   I would prefer JQPL in a Repository class.



-- 
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: commits-unsubscr...@fineract.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to