From 299ba0b93e9987d1743d898da807504bf13c8219 Mon Sep 17 00:00:00 2001 From: ayflying Date: Tue, 2 Sep 2025 17:08:37 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A1=A5=E5=85=85=E6=BC=8F=E6=8E=89=E6=9B=B4?= =?UTF-8?q?=E6=96=B0=E7=BB=9F=E8=AE=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- internal/logic/gameAct/gameAct.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/logic/gameAct/gameAct.go b/internal/logic/gameAct/gameAct.go index c575489..f4257d7 100644 --- a/internal/logic/gameAct/gameAct.go +++ b/internal/logic/gameAct/gameAct.go @@ -408,7 +408,7 @@ func (s *sGameAct) Cache2Sql(ctx context.Context, add, update []*entity.GameAct) //删除缓存 go s.DelCacheKey(ctx, v.ActId, v.Uid) - //updateCount++ + updateCount++ update = make([]*entity.GameAct, 0) }