清除审核状态不正确的加分记录

This commit is contained in:
zhy
2025-09-13 20:20:17 +08:00
parent b27f522eee
commit 7b66a16a40
5 changed files with 49 additions and 0 deletions

View File

@@ -52,6 +52,13 @@ public class CphAuditDetailsController extends BaseController {
@Autowired
private ISrsStudentService _student;
//清除审核状态不正确的加分记录
@PostMapping("/cleanCancelRecord")
public AjaxResult cleanCancelRecord(){
return cphAuditDetailsService.cleanCancelRecord();
}
/***
* 重新提交 (学生)
* @author zhy