首页>代码>java web慧心人力资源管理系统>/src/com/yuki/servlet/StaffInfoDeleteServlet.java
package com.yuki.servlet;

import java.io.IOException;

import javax.servlet.ServletException;
import javax.servlet.annotation.WebServlet;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;

import com.yuki.dao.Staff_Jdbc;
import com.yuki.staff.Staff;

/**
 * 删除员工控制器
 * @author Ryosetsu_Tsan
 *
 */
@WebServlet("/staffInfoDelete")
@SuppressWarnings("serial")
public class StaffInfoDeleteServlet extends HttpServlet{
	@Override
	protected void doGet(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException {
		this.doPost(req, resp);
	}
	@Override
	protected void doPost(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException {
		//根据id删除
		Staff staff=new Staff();
		staff.setId(Integer.parseInt(req.getParameter("id")));
		boolean ret=new Staff_Jdbc().shan(staff);
		req.getRequestDispatcher("staffInfoList").forward(req,resp);
	}

}
最近下载更多
cong58cong  LV8 6月26日
今晚都别睡啦  LV9 6月1日
RAINK_L  LV3 2023年12月13日
jiemomo  LV12 2023年10月19日
微信网友_6672184532766720  LV3 2023年10月10日
诺一啊啊啊啊啊  LV3 2023年6月15日
KAIzx11  LV7 2023年6月13日
gala209  LV3 2023年2月2日
caohanren  LV11 2022年12月17日
最近浏览更多
张泽帅  LV6 10月18日
040313  LV1 10月16日
4324234ty 7月2日
暂无贡献等级
cong58cong  LV8 6月26日
TY0165  LV20 6月19日
15719908287  LV9 6月19日
暂无贡献等级
chenranr  LV10 6月4日
张承旭 5月28日
暂无贡献等级
chenpeng27 4月16日
暂无贡献等级
顶部 客服 微信二维码 底部
>扫描二维码关注最代码为好友扫描二维码关注最代码为好友