Commit 8f48c803345f9a1f8fb9559b2346cfb9389215d7

Authored by jiangjiazhi
1 parent a38744c445
Exists in master

add token inteceptor

Showing 1 changed file with 0 additions and 2 deletions

parent/hospital.web/src/main/java/com/lyms/hospital/session/strategy/LocalRedisSessionStrategy.java View file @ 8f48c80
1 1 package com.lyms.hospital.session.strategy;
2 2  
3   -import com.lyms.base.common.entity.user.Users;
4   -import com.lyms.base.common.service.user.UsersService;
5 3 import com.lyms.context.ContextHolder;
6 4 import com.lyms.context.PlatformContext;
7 5 import com.lyms.exception.LoginException;