|
@@ -327,7 +327,7 @@ public class StudentSelectSupervisorRecordController {
|
|
|
|
|
|
//在互选记录里面撤回
|
|
//在互选记录里面撤回
|
|
@PutMapping("/withdrawRecord")
|
|
@PutMapping("/withdrawRecord")
|
|
- @Operation(summary = "撤回")
|
|
|
|
|
|
+ @Operation(summary = "互选记录撤回")
|
|
@PreAuthorize("@ss.hasPermission('system:student-select-supervisor-record:withdrawRecord')")
|
|
@PreAuthorize("@ss.hasPermission('system:student-select-supervisor-record:withdrawRecord')")
|
|
public CommonResult<Boolean> withdrawSelectionRecord(@Valid @RequestBody StudentSelectSupervisorRecordSaveReqVO updateReqVO) {
|
|
public CommonResult<Boolean> withdrawSelectionRecord(@Valid @RequestBody StudentSelectSupervisorRecordSaveReqVO updateReqVO) {
|
|
LocalDateTime dateTime = LocalDateTime.now();
|
|
LocalDateTime dateTime = LocalDateTime.now();
|