diff --git a/app/user_center/rpc/internal/logic/statistics/stat_pvp_report_logic.go b/app/user_center/rpc/internal/logic/statistics/stat_pvp_report_logic.go index 75c9bb3..6966e1c 100644 --- a/app/user_center/rpc/internal/logic/statistics/stat_pvp_report_logic.go +++ b/app/user_center/rpc/internal/logic/statistics/stat_pvp_report_logic.go @@ -101,7 +101,7 @@ func (l *StatPvpReportLogic) StatPvpReport(in *pb.StatPvPReportReq) (*pb.StatPvP if err != nil { return err } - lostItemResp = append(winItemResp, &pb.StatPvPReportResp_Item{ + lostItemResp = append(lostItemResp, &pb.StatPvPReportResp_Item{ Uid: uid, Uname: item.Uname, AddonIntegral: addIntegral,