From 748bd2dff7201eea3adaa1adbd459be4f0cc75d3 Mon Sep 17 00:00:00 2001 From: zengh <123456> Date: Mon, 19 Jul 2021 11:38:28 +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