From 4ec7343bd6cf2c708f6abe038b1787f75b712e3c Mon Sep 17 00:00:00 2001 From: zengh <123456> Date: Tue, 20 Jul 2021 09:07:04 +0800 Subject: [PATCH] 去除考试类型 --- src/main/java/org/springblade/modules/apply/service/ApplyService.java | 7 +++++++ 1 files changed, 7 insertions(+), 0 deletions(-) diff --git a/src/main/java/org/springblade/modules/apply/service/ApplyService.java b/src/main/java/org/springblade/modules/apply/service/ApplyService.java index aba0c37..82aaba8 100644 --- a/src/main/java/org/springblade/modules/apply/service/ApplyService.java +++ b/src/main/java/org/springblade/modules/apply/service/ApplyService.java @@ -25,4 +25,11 @@ * @return */ ApplyVO selectApplyInfo(Apply apply); + + /** + * 获取准考证前缀相同的数量 + * @param result 前缀 + * @return + */ + int getCandidateNoCount(String result); } -- Gitblit v1.9.3