From bad78734354305e4f4b7ee207185204bb8892d89 Mon Sep 17 00:00:00 2001
From: Administrator <admin>
Date: Tue, 04 Jan 2022 21:08:11 +0800
Subject: [PATCH] 派遣记录新增逻辑修改,派遣到学校,医院,银行的保安员不能超过50岁

---
 src/main/java/org/springblade/modules/accreditation/controller/AccreditationRecordsController.java |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/main/java/org/springblade/modules/accreditation/controller/AccreditationRecordsController.java b/src/main/java/org/springblade/modules/accreditation/controller/AccreditationRecordsController.java
index 668f2bb..dc1f539 100644
--- a/src/main/java/org/springblade/modules/accreditation/controller/AccreditationRecordsController.java
+++ b/src/main/java/org/springblade/modules/accreditation/controller/AccreditationRecordsController.java
@@ -273,7 +273,7 @@
 	}
 
 	/**
-	 * 导出保安员证信息
+	 * 导出保安员证信息(上岗证)
 	 */
 	@GetMapping("export-security-paper")
 	public void exportSecurityPaper(AccreditationRecordsVo accreditationRecords, HttpServletResponse response) throws IOException {

--
Gitblit v1.9.3