generated from root/miduo_server
修改查询角色接口
parent
6d5e0ddbf0
commit
9ec5d64857
|
@ -2066,6 +2066,7 @@ public class PayController {
|
||||||
String uid = String.valueOf(user.getUid());
|
String uid = String.valueOf(user.getUid());
|
||||||
PlayerInfoCache cache = RedisUtil.getInstence().getMapValue(RedisUserKey.PLAYER_INFO_CACHE + RedisUserKey.Delimiter_colon, "",uid, PlayerInfoCache.class,-1);
|
PlayerInfoCache cache = RedisUtil.getInstence().getMapValue(RedisUserKey.PLAYER_INFO_CACHE + RedisUserKey.Delimiter_colon, "",uid, PlayerInfoCache.class,-1);
|
||||||
if(cache == null){
|
if(cache == null){
|
||||||
|
LOGGER.error("f5GetRole--02, user not exist uid={}",uid);
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
JSONObject serverObj = new JSONObject();
|
JSONObject serverObj = new JSONObject();
|
||||||
|
|
Loading…
Reference in New Issue