ap200506-sudo opened a new pull request, #5366: URL: https://github.com/apache/fineract/pull/5366
Problem: PostgreSQL throws a type mismatch error when downloading bulk import output templates because importDocumentId is passed as String or Integer, but i.id column is bigint. Fix: - Cast importDocumentId to Long in BulkImportWorkbookServiceImpl.java - This matches PostgreSQL bigint type and resolves the error. -- 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]
