Merge branch 'master_prb_gn' into master_test_gn_zf

back_recharge
jiahuiwen 2021-11-17 09:37:14 +08:00
commit ecbed9777d
1 changed files with 2 additions and 1 deletions

View File

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