예제 #1
0
 public String input() {
   this.request.put("departments", departmentService.getAll());
   this.request.put("roles", roleService.getAll());
   return "input";
 }
예제 #2
0
 // 显示查询条件的页面
 public String criteriaInput() {
   request.put("departments", departmentService.getAll());
   return "criteria-input";
 }