src/main/java/org/springblade/modules/apply/service/impl/ApplyServiceImpl.java
@@ -304,4 +304,13 @@ public List<Apply> getSecurityApplyInfo(Apply apply) { return baseMapper.getSecurityApplyInfo(apply); } /** * 查询报名人员未关联考试的ids集合 * @return */ @Override public List<Long> getApplyIds() { return baseMapper.getApplyIds(); } }