src/main/java/org/springblade/modules/apply/service/impl/ApplyServiceImpl.java
@@ -40,8 +40,6 @@ import java.text.SimpleDateFormat; import java.util.*; import static org.springblade.common.constant.FtpConstant.*; /** * 考试报名服务实现类 * @author zhongrj @@ -394,8 +392,10 @@ * @return */ @Override public List<Long> getApplyIds() { return baseMapper.getApplyIds(); public List<Apply> getApplyIds(ApplyVO applyVO) { applyVO.setSerialStart(applyVO.getSerialStart() -1); applyVO.setSerialEnd(applyVO.getSerialEnd() -applyVO.getSerialStart()); return baseMapper.getApplyIds(applyVO); } /**