基于javaweb+springboot的校园人力人事资源管理系统(java+Springboot+ssm+mysql+jsp+maven)
校园人力资源管理系统:学校部门管理,教室管理,学历信息管理,职务,教师职称,奖励,学历,社会关系,工作经历,培训管理,公告等信息功能等等。
适用
课程设计,大作业,毕业设计,项目练习,学习演示等
// System.out.println("就是Community:"+request.getSession().getAttribute("communityPage"));
return new ModelAndView("community");
}
@PostMapping("/deleteCommunity")
public Result deleteCommunity(@RequestParam("ids") String ids){
return communityService.deleteCommunity(ids);
}
@PostMapping("/modifyCommunity")
public Result modifyCommunity(@RequestParam("relation") String relation,
@RequestParam("name") String name,
@RequestParam("age") String age,
@RequestParam("political") String political,
@RequestParam("nation") String nation,
@RequestParam("work") String work,
@RequestParam("post") String post,
@RequestParam("phenomenon") String phenomenon,
@RequestParam("employeeNumber") String employeeNumber,
@RequestParam("id") long id)throws ParseException{
SimpleDateFormat formatter=new SimpleDateFormat("yyyy-MM-dd HH:mm:ss");
Community community = new Community();
community.setRelation(relation);
community.setName(name);
community.setAge(age);
}
@GetMapping("/getAllCommunitys")
public ModelAndView getAllCommunitys(){
communityService.getAllCommunitys();
// System.out.println("就是Community:"+request.getSession().getAttribute("communityPage"));
return new ModelAndView("community");
}
@PostMapping("/deleteCommunity")
public Result deleteCommunity(@RequestParam("ids") String ids){
return communityService.deleteCommunity(ids);
}
@PostMapping("/modifyCommunity")
public Result modifyCommunity(@RequestParam("relation") String relation,
@RequestParam("name") String name,
@RequestParam("age") String age,
@RequestParam("political") String political,
@RequestParam("nation") String nation,
@RequestParam("work") String work,
return new ModelAndView("community");
}
@GetMapping("/getCommunityById")
public Result getCommunityById(@RequestParam("id") long id){
return communityService.getCommunityById(id);
}
@GetMapping("/getCommunityByEmployeeNumber")
public ModelAndView getCommunityByEmployeeNumber(@RequestParam("employeeNumber") String employeeNumber)throws ParseException{
communityService.getCommunityByEmployeeNumber(employeeNumber);
return new ModelAndView("community");
}
@PostMapping("/getEmployeeNumberByEmployeeName")
public Result getEmployeeNumberByEmployeeName(@RequestParam("employeeName") String employeeName)throws ParseException{
return communityService.getEmployeeNumberByEmployeeName(employeeName);
}
}
部门控制层:
@RequestMapping("/Department")
@RestController
public class DepartmentController {
@Autowired
IDepartmentService departmentService;
@Autowired
private HttpServletRequest request;
@PostMapping("/addDepartment")
employeeServiceImpl.getPersonByEmployeeNumber(employee);
return new ModelAndView("employeeInfo");
}
}
社区管理控制层:
@RequestMapping("/Community")
@RestController
public class CommunityController {
@Autowired
ICommunityService communityService;
@Autowired
private HttpServletRequest request;
@PostMapping("/addCommunity")
public Result addCommunity(@RequestParam("relation") String relation,
@RequestParam("name") String name,
@RequestParam("age") String age,
@RequestParam("political") String political,
@RequestParam("nation") String nation,
@RequestParam("work") String work,
@RequestParam("post") String post,
@RequestParam("phenomenon") String phenomenon,
@GetMapping("/getPage")
public ModelAndView getPage(@RequestParam("currentPage") Integer currentPage){
departmentService.getPageDatas(currentPage);
// System.out.println("currentPage: "+currentPage);
return new ModelAndView("department");
}
@GetMapping("/getDepartmentById")
public Result getDepartmentById(@RequestParam("id") long id){
return departmentService.getDepartmentById(id);
}
@GetMapping("/getDepartmentByDepartmentNumber")
public ModelAndView getDepartmentByDepartmentNumber(@RequestParam("departmentNumber") String departmentNumber)throws ParseException{
departmentService.getDepartmentByDepartmentNumber(departmentNumber);
return new ModelAndView("department");
}
@PostMapping("/getDepartmentNumberByDepartmentName")
public Result getDepartmentNumberByDepartmentName(@RequestParam("departmentName") String departmentName)throws ParseException{
return departmentService.getDepartmentNumberByDepartmentName(departmentName);
}
}
员工管理控制层:
@ResponseBody
public ModelAndView getPersonByEmployeeNumber(@RequestParam("employeeNumber") String employeeNumber){
Employee employee = new Employee();
employee.setEmployeeNumber(employeeNumber);
employeeServiceImpl.getPersonByEmployeeNumber(employee);
return new ModelAndView("employeeInfo");
}
}
社区管理控制层:
@RequestMapping("/Community")
@RestController
public class CommunityController {
@Autowired
ICommunityService communityService;
@Autowired
private HttpServletRequest request;
@RestController
public class CommunityController {
@Autowired
ICommunityService communityService;
@Autowired
private HttpServletRequest request;
@PostMapping("/addCommunity")
public Result addCommunity(@RequestParam("relation") String relation,
@RequestParam("name") String name,
@RequestParam("age") String age,
@RequestParam("political") String political,
@RequestParam("nation") String nation,
@RequestParam("work") String work,
@RequestParam("post") String post,
@RequestParam("phenomenon") String phenomenon,
@RequestParam("employeeNumber")String employeeNumber)throws ParseException {
SimpleDateFormat formatter=new SimpleDateFormat("yyyy-MM-dd HH:mm:ss");
Community community = new Community();
community.setRelation(relation);
community.setName(name);
community.setAge(age);
departmentService.getAllDepartments();
// System.out.println("就是"+request.getSession().getAttribute("departmentPage"));
return new ModelAndView("department");
}
@PostMapping("/deleteDepartment")
public Result deleteDepartment(@RequestParam("ids") String ids){
return departmentService.deleteDepartment(ids);
}
@PostMapping("/modifyDepartment")
public Result modifyDepartment(@RequestParam("departmentNumber") String departmentNumber, @RequestParam("departmentName") String departmentName,
@RequestParam("departmentHead") String departmentHead, @RequestParam("departmentAddress") String departmentAddress,
@RequestParam("departmentTel") String departmentTel, @RequestParam("departmentFax") String departmentFax,
@RequestParam("id") long id)throws ParseException{
Department department = new Department();
department.setDepartmentName(departmentName);
department.setDepartmentNumber(departmentNumber);
}
@PostMapping("/deleteCommunity")
public Result deleteCommunity(@RequestParam("ids") String ids){
return communityService.deleteCommunity(ids);
}
@PostMapping("/modifyCommunity")
public Result modifyCommunity(@RequestParam("relation") String relation,
@RequestParam("name") String name,
@RequestParam("age") String age,
@RequestParam("political") String political,
@RequestParam("nation") String nation,
@RequestParam("work") String work,
@RequestParam("post") String post,
@RequestParam("phenomenon") String phenomenon,
@RequestParam("employeeNumber") String employeeNumber,
@RequestParam("id") long id)throws ParseException{
SimpleDateFormat formatter=new SimpleDateFormat("yyyy-MM-dd HH:mm:ss");
Community community = new Community();
community.setRelation(relation);
community.setName(name);
community.setAge(age);
community.setPolitical(political);
community.setNation(nation);
community.setWork(work);
community.setPost(post);
@GetMapping("/getDepartmentById")
public Result getDepartmentById(@RequestParam("id") long id){
return departmentService.getDepartmentById(id);
}
@GetMapping("/getDepartmentByDepartmentNumber")
public ModelAndView getDepartmentByDepartmentNumber(@RequestParam("departmentNumber") String departmentNumber)throws ParseException{
departmentService.getDepartmentByDepartmentNumber(departmentNumber);
return new ModelAndView("department");
}
@PostMapping("/getDepartmentNumberByDepartmentName")
public Result getDepartmentNumberByDepartmentName(@RequestParam("departmentName") String departmentName)throws ParseException{
return departmentService.getDepartmentNumberByDepartmentName(departmentName);
}
}
员工管理控制层:
@Controller
@RequestMapping("/employee")
public class EmployeeController {
@Autowired
private IEmployeeService employeeService;
@Autowired
private EmployeeServiceImpl employeeServiceImpl;
@PostMapping("/login")
public ModelAndView login(Employee employee, HttpServletRequest request){
Result result = employeeService.login(employee);