From ede298e3edc1db7629510b5179e6d7d2cbad3d76 Mon Sep 17 00:00:00 2001 From: wh_zcy Date: Wed, 7 Jun 2023 19:58:28 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E6=97=A7=E6=97=B6=E5=85=89?= =?UTF-8?q?=E5=85=B3=E5=8D=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- modules/oldtimes/api_getall.go | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/oldtimes/api_getall.go b/modules/oldtimes/api_getall.go index 0828a701f..c65d472e6 100644 --- a/modules/oldtimes/api_getall.go +++ b/modules/oldtimes/api_getall.go @@ -48,7 +48,6 @@ func (this *apiComp) Getall(session comm.IUserSession, req *pb.OldtimesGetallReq log.Field{Key: "uid", Value: uid}) continue } - unlockLevelIds = append(unlockLevelIds, level.Lid) } } }