首页>代码>ssh开发在线问卷答题系统,maven多模块搭建,用于java毕设绰绰有余>/WTS/src/wts-authority/src/main/java/com/farm/authority/AuthUtils.java
package com.farm.authority;

import javax.servlet.http.HttpSession;

import com.farm.authority.domain.Organization;
import com.farm.authority.service.UserServiceInter;
import com.farm.core.auth.domain.LoginUser;
import com.farm.util.spring.BeanFactory;
import com.farm.web.constant.FarmConstant;

public class AuthUtils {
	public static Organization getCurrentOrganization(HttpSession session) {
		UserServiceInter users = (UserServiceInter) BeanFactory.getBean("userServiceImpl");
		LoginUser user = (LoginUser) session.getAttribute(FarmConstant.SESSION_USEROBJ);
		return users.getOrg(user.getId());
	}
}
最近下载更多
pokerf  LV5 2023年12月28日
18728748707  LV13 2023年10月19日
lcqlcl  LV11 2023年8月29日
letmesee 2023年5月15日
暂无贡献等级
Laihao  LV10 2023年4月13日
朱朱啊哈  LV16 2023年1月31日
天马行空  LV3 2022年11月14日
yashemao  LV1 2022年11月9日
jerry_mouse  LV6 2022年7月25日
testuser1234567  LV24 2022年5月22日
最近浏览更多
15578157792  LV7 2024年12月10日
surpaasx 2024年11月25日
暂无贡献等级
y_x_happy  LV4 2024年11月1日
半夏bx  LV14 2024年10月1日
pilipala888 2024年9月10日
暂无贡献等级
刘昊然  LV1 2024年7月1日
3334004690  LV10 2024年6月24日
TY0165  LV20 2024年6月21日
865581316LLL  LV6 2024年6月12日
老猪1978  LV1 2024年6月3日
顶部 客服 微信二维码 底部
>扫描二维码关注最代码为好友扫描二维码关注最代码为好友