Commit b79de16b authored by lisong's avatar lisong

修改bug

parent c5f5c792
......@@ -48,7 +48,7 @@ public class PersonIdentifyAspect {
@Before("userDate()")
public void personIdentity(JoinPoint joinPoint) {
if(RequestContext.getToken()!=null){
if(RequestContext.getToken() != null && RequestContext.getExeUserId() != null){
ReginParams reginParam = JSON.parseObject(redisUtils.get(RedisKey.buildReginKey(RequestContext.getExeUserId(), RequestContext.getToken())).toString(), ReginParams.class);
if (reginParam != null) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment