作者 陈志颖

fix:修复返回兑换清单参数问题

@@ -841,7 +841,7 @@ func (cashPoolService *CashPoolService) GetExchangeCashPerson(getExchangeCashPer @@ -841,7 +841,7 @@ func (cashPoolService *CashPoolService) GetExchangeCashPerson(getExchangeCashPer
841 } else { 841 } else {
842 exchangeCashPersonListRepository = value 842 exchangeCashPersonListRepository = value
843 } 843 }
844 - person, err := exchangeCashPersonListRepository.FindOne(map[string]interface{}{"exchangeCashListId": getExchangeCashPersonQuery.ExchangeCashPersonId}) 844 + person, err := exchangeCashPersonListRepository.FindOne(map[string]interface{}{"listId": getExchangeCashPersonQuery.ExchangeCashPersonId})
845 if err != nil { 845 if err != nil {
846 return nil, application.ThrowError(application.INTERNAL_SERVER_ERROR, err.Error()) 846 return nil, application.ThrowError(application.INTERNAL_SERVER_ERROR, err.Error())
847 } 847 }