adamsaghy commented on code in PR #4783:
URL: https://github.com/apache/fineract/pull/4783#discussion_r2155229256
##########
fineract-provider/src/main/java/org/apache/fineract/commands/service/AuditReadPlatformServiceImpl.java:
##########
@@ -110,11 +110,12 @@ public String schema(final boolean includeJson, final
String hierarchy) {
+ "ck.username as checker, aud.checked_on_date as
checkedOnDate, aud.checked_on_date_utc as checkedOnDateUTC,
ev.enum_message_property as processingResult "
+ commandAsJsonString + ", "
+ " o.name as officeName, gl.level_name as groupLevelName,
g.display_name as groupName, c.display_name as clientName, "
- + " l.account_no as loanAccountNo, s.account_no as
savingsAccountNo " + " from m_portfolio_command_source aud "
- + " left join m_appuser mk on mk.id = aud.maker_id" + "
left join m_appuser ck on ck.id = aud.checker_id"
- + " left join m_office o on o.id = aud.office_id" + " left
join m_group g on g.id = aud.group_id"
- + " left join m_group_level gl on gl.id = g.level_id" + "
left join m_client c on c.id = aud.client_id"
- + " left join m_loan l on l.id = aud.loan_id" + " left
join m_savings_account s on s.id = aud.savings_account_id"
+ + " l.account_no as loanAccountNo, s.account_no as
savingsAccountNo, aud.client_ip as ip "
Review Comment:
what changed here?
--
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]