首页>代码>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());
}
}
最近下载更多
天天吃面 LV27
4月14日
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日
最近浏览更多
奋斗的小蚂蚁 LV16
10月17日
天天吃面 LV27
4月14日
哪里的完整版 LV8
4月9日
15578157792 LV7
2024年12月10日
surpaasx
2024年11月25日
暂无贡献等级
y_x_happy LV4
2024年11月1日
半夏bx LV15
2024年10月1日
pilipala888
2024年9月10日
暂无贡献等级
刘昊然 LV1
2024年7月1日
3334004690 LV11
2024年6月24日

