From c75301aa8604b8a975ec1a460e014cb609a82b96 Mon Sep 17 00:00:00 2001 From: NorthLan <6995syu@163.com> Date: Thu, 19 May 2022 10:35:42 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E6=88=98=E6=8A=A5?= =?UTF-8?q?=E9=94=99=E8=AF=AF=E7=9A=84=E9=97=AE=E9=A2=98=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../rpc/internal/logic/statistics/stat_pvp_report_logic.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,