adamsaghy commented on code in PR #4783:
URL: https://github.com/apache/fineract/pull/4783#discussion_r2155236828
##########
fineract-provider/src/main/java/org/apache/fineract/portfolio/interestratechart/service/InterestRateChartReadPlatformServiceImpl.java:
##########
@@ -204,7 +204,7 @@ private
InterestRateChartExtractor(DatabaseSpecificSQLGenerator sqlGenerator) {
.append("from ")
.append("m_interest_rate_chart irc left join
m_interest_rate_slab ircd on irc.id=ircd.interest_rate_chart_id ")
.append(" left join m_interest_incentives iri on
iri.interest_rate_slab_id = ircd.id ")
- .append(" left join m_code_value code on " +
sqlGenerator.castChar("code.id") + " = iri.attribute_value ")
Review Comment:
why to change this?
--
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]