批量增加public String batchAddStudents() {ListInteger ids new ArrayListInteger()ids.add(id)
批量增加
public String batchAddStudents() {List<Integer> ids = new ArrayList<Integer>();ids.add(id);studentService.saveStudentCourse(ids);return SUCCESS;}
批量增加
public String batchAddStudents() {List<Integer> ids = new ArrayList<Integer>();ids.add(id);studentService.saveStudentCourse(ids);return SUCCESS;}