|
@@ -1,9 +1,7 @@
|
|
|
package cn.com.ctop.okr.shiro.authc;
|
|
|
|
|
|
import cn.com.ctop.okr.constant.CommonConstant;
|
|
|
-import cn.com.ctop.okr.entity.CorpUserInfo;
|
|
|
import cn.com.ctop.okr.entity.QYWxUserInfo;
|
|
|
-import cn.com.ctop.okr.mapper.CorpUserInfoMapper;
|
|
|
import cn.com.ctop.okr.mapper.QYWxUserInfoMapper;
|
|
|
import cn.com.ctop.okr.utils.Check;
|
|
|
import cn.com.ctop.okr.utils.JwtUtil;
|
|
@@ -38,9 +36,6 @@ public class ShiroRealm extends AuthorizingRealm {
|
|
|
private QYWxUserInfoMapper wxUserInfoMapper;
|
|
|
@Autowired
|
|
|
@Lazy
|
|
|
- private CorpUserInfoMapper corpUserInfoMapper;
|
|
|
- @Autowired
|
|
|
- @Lazy
|
|
|
private RedisUtil redisUtil;
|
|
|
|
|
|
/**
|