josehernandezfintecheandomx commented on code in PR #2507:
URL: https://github.com/apache/fineract/pull/2507#discussion_r949230523
##########
fineract-provider/src/main/java/org/apache/fineract/portfolio/loanaccount/service/LoanReadPlatformServiceImpl.java:
##########
@@ -1647,6 +1648,22 @@ public LoanTermVariationsData mapRow(final ResultSet rs,
@SuppressWarnings("unus
}
+ @Override
+ public Collection<LoanScheduleDelinquencyData>
retrieveScheduleDelinquencyData(LocalDate businessLocalDate) {
+ LoanScheduleDelinquencyMapper mapper = new
LoanScheduleDelinquencyMapper(DateUtils.getBusinessLocalDate());
+ final StringBuilder sqlBuilder = new StringBuilder(400);
+ sqlBuilder.append("select ").append(mapper.schema())
Review Comment:
Done!
--
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]