package com.xlj.popedom.action; import org.apache.struts2.ServletActionContext; import com.opensymphony.xwork2.ActionSupport; import com.xlj.popedom.model.P_user; import com.xlj.popedom.model.User_power; import com.xlj.popedom.serviceInterface.IPoweService; import com.xlj.popedom.serviceInterface.IUserService; public class PowerAction extends ActionSupport { private IUserService userService; private IPoweService powerService; private User_power power; private P_user user; public IPoweService getPowerService() { return powerService; } public void setPowerService(IPoweService powerService) { this.powerService = powerService; } public User_power getPower() { return power; } public void setPower(User_power power) { this.power = power; } public IUserService getUserService() { return userService; } public void setUserService(IUserService userService) { this.userService = userService; } public P_user getUser() { return user; } public void setUser(P_user user) { this.user = user; } public String addPower()throws Exception{ Integer id = (Integer) ServletActionContext.getRequest().getSession().getAttribute("user_id"); int utype = this.userService.findUserType(id); if(utype==0){ power.setPower_name(power.getPower_name()); user.setUser_id(user.getUser_id()); power.setP_user(user); this.powerService.save(power); return SUCCESS; }else{ return INPUT; } } }
最近下载更多
ClariSDDDD LV6
2018年12月24日
xiaomiao520 LV12
2018年11月6日
林东东 LV1
2018年10月17日
liuhongwei_5201314 LV9
2018年9月3日
tulongjian LV1
2018年6月17日
Rommel LV27
2018年5月17日
2309094456 LV12
2018年4月17日
gxpcwm LV22
2018年4月14日
kevin520 LV11
2017年7月13日
once_彭少 LV3
2017年4月19日