-2
Lucas, by his image, noticed that both the name of the sender and the recipient are returning in a column called "Name". If the query is the same in the application, when it is time to fetch the result you will only have the name of one of the two in the query result map. I suggest to put an alias for each of the names in the query itself, as in the example below:
SELECT .... reme.nomePessoa as NomeReme, dest.nomePessoa as NomeDest...
Without you posting the query used in the application it is difficult to know what is wrong. Post as text and not image.
– anonimo