From 7c2c09439da3dccf1e032e89e1cb950b8fa1cc26 Mon Sep 17 00:00:00 2001
From: Administrator <admin>
Date: Tue, 01 Mar 2022 20:09:57 +0800
Subject: [PATCH] 健康证,合同基础接口编写

---
 src/main/java/org/springblade/modules/exam/controller/ScoreAuditRecordsController.java |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)

diff --git a/src/main/java/org/springblade/modules/exam/controller/ScoreAuditRecordsController.java b/src/main/java/org/springblade/modules/exam/controller/ScoreAuditRecordsController.java
index b0b0be5..bdb5465 100644
--- a/src/main/java/org/springblade/modules/exam/controller/ScoreAuditRecordsController.java
+++ b/src/main/java/org/springblade/modules/exam/controller/ScoreAuditRecordsController.java
@@ -138,6 +138,14 @@
 		return R.status(scoreAuditRecordsService.applyAudit(scoreAuditRecords));
 	}
 
+	/**
+	 * 批量申请审核
+	 * @param scoreAuditRecords 考试成绩修改申请记录审核
+	 */
+	@PostMapping("/batchAudit")
+	public R batchAudit(@RequestBody ScoreAuditRecordsVO scoreAuditRecords){
+		return R.status(scoreAuditRecordsService.batchAudit(scoreAuditRecords));
+	}
 
 
 }

--
Gitblit v1.9.3