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