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