Merge branch 'master_prb_gn' into master_test_gn_zf
commit
ecbed9777d
|
@ -1739,7 +1739,8 @@ public class PlayerLogic {
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (userStr == null) {
|
if (userStr == null || userStr.isEmpty()) {
|
||||||
|
LOGGER.error("getUserByRpc ,userStr == null uid={}", uid);
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
Gson gson = RedisUtil.getInstence().getGson();
|
Gson gson = RedisUtil.getInstence().getGson();
|
||||||
|
|
Loading…
Reference in New Issue