From 9ec5d648577528bcccaa079283ef504eefe616d5 Mon Sep 17 00:00:00 2001 From: grimm <1769111741@qq.com> Date: Wed, 30 Apr 2025 15:42:33 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=9F=A5=E8=AF=A2=E8=A7=92?= =?UTF-8?q?=E8=89=B2=E6=8E=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/java/com/jmfy/controller/PayController.java | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/java/com/jmfy/controller/PayController.java b/src/main/java/com/jmfy/controller/PayController.java index df23d62..7b21319 100644 --- a/src/main/java/com/jmfy/controller/PayController.java +++ b/src/main/java/com/jmfy/controller/PayController.java @@ -2066,6 +2066,7 @@ public class PayController { String uid = String.valueOf(user.getUid()); PlayerInfoCache cache = RedisUtil.getInstence().getMapValue(RedisUserKey.PLAYER_INFO_CACHE + RedisUserKey.Delimiter_colon, "",uid, PlayerInfoCache.class,-1); if(cache == null){ + LOGGER.error("f5GetRole--02, user not exist uid={}",uid); continue; } JSONObject serverObj = new JSONObject();