Commit 953a3f80 authored by 赵啸非's avatar 赵啸非

添加定时汇总考勤

parent b1ab963e
......@@ -114,7 +114,7 @@ public class AuthTokenServiceImpl implements IAuthTokenService {
}
// userEntity.setId(localuserEntity.getId());
localuserEntity.setToken(token);
return userEntity;
return localuserEntity;
}else{
userStr = cacheService.get(userKey);
if (StringUtils.isNotEmpty(userStr)) {
......
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