@@ -537,7 +537,6 @@ public class StudentSelectSupervisorRecordController {
return success(studentSelectSupervisorRecordService.getSupervisorSignatureById(loginId));
}
-
@GetMapping("/pendingApprovalPage")
@Operation(summary = "获得待审批记录分页")
@PreAuthorize("@ss.hasPermission('system:student-select-supervisor-record:pendingApprovalPage')")