|
@@ -84,7 +84,7 @@ public class BaseClassController {
|
|
|
if(!classTeacherChangeList.isEmpty()){
|
|
if(!classTeacherChangeList.isEmpty()){
|
|
|
classTeacherChangeService.saveBatch(classTeacherChangeList);
|
|
classTeacherChangeService.saveBatch(classTeacherChangeList);
|
|
|
}
|
|
}
|
|
|
- return RT.ok(baseClassService.updateBatchById(classList));
|
|
|
|
|
|
|
+ return RT.ok(baseClassService.removeByIds(ids));
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
@GetMapping(value = "/info")
|
|
@GetMapping(value = "/info")
|