|
@@ -27,7 +27,7 @@ public class RegisterController extends BaseController {
|
|
@PostMapping("/add")
|
|
@PostMapping("/add")
|
|
public Object add(StudentRegistration studentRegistration) {
|
|
public Object add(StudentRegistration studentRegistration) {
|
|
studentRegistrationService.insert(studentRegistration);
|
|
studentRegistrationService.insert(studentRegistration);
|
|
- return succeed();
|
|
|
|
|
|
+ return succeed(studentRegistration);
|
|
}
|
|
}
|
|
|
|
|
|
@ApiOperation(value = "通过乐团编号获取声部列表")
|
|
@ApiOperation(value = "通过乐团编号获取声部列表")
|