正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
@@ -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 | } |
-
请 注册 或 登录 后发表评论