From c6a720a955ba337cec95d384f17fd425febdb73e Mon Sep 17 00:00:00 2001 From: grimm <1769111741@qq.com> Date: Wed, 30 Apr 2025 17:33:30 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E8=B0=B7=E6=AD=8C=E9=A2=84?= =?UTF-8?q?=E6=B3=A8=E5=86=8C=E5=A5=96=E5=8A=B1=E5=A4=84=E7=90=86=E9=80=BB?= =?UTF-8?q?=E8=BE=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../main/java/com/ljsd/jieling/logic/player/PlayerLogic.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/serverlogic/src/main/java/com/ljsd/jieling/logic/player/PlayerLogic.java b/serverlogic/src/main/java/com/ljsd/jieling/logic/player/PlayerLogic.java index c9a5a16..3fe84eb 100644 --- a/serverlogic/src/main/java/com/ljsd/jieling/logic/player/PlayerLogic.java +++ b/serverlogic/src/main/java/com/ljsd/jieling/logic/player/PlayerLogic.java @@ -1841,7 +1841,7 @@ public class PlayerLogic { update = true; } if(update) { - RedisUtil.getInstence().putMap(key, "",map); + RedisUtil.getInstence().putMapEntrys(key, "",map); } }