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();