|
@@ -485,8 +485,7 @@ public class StudentController extends ControllerSupport {
|
|
|
|
|
|
@ApiOperation(value = "解绑学号", notes = "")
|
|
@ApiOperation(value = "解绑学号", notes = "")
|
|
@PutMapping("unbindStudentCode")
|
|
@PutMapping("unbindStudentCode")
|
|
- public List<Long> unbindStudentCodeByStudentCode(
|
|
|
|
- @RequestParam(required = true) String studentCode,
|
|
|
|
|
|
+ public List<Long> unbindStudentCode(@RequestParam(required = false) String studentCode,
|
|
@RequestParam(required = false) String identityNumber,
|
|
@RequestParam(required = false) String identityNumber,
|
|
@RequestParam(required = true) Long rootOrgId) {
|
|
@RequestParam(required = true) Long rootOrgId) {
|
|
|
|
|