智慧保安后台管理-外网
Administrator
2021-08-10 c8ebf3038d2a7f69d9eb40f5a276dc3fa826fa9b
src/main/java/org/springblade/modules/apply/mapper/ApplyMapper.java
@@ -88,4 +88,18 @@
    * @return
    */
    List<Long> getApplyIds();
   /**
    * 查询考试人数
    * @param id 考试id
    * @return
    */
   int getApplyDeatailNum(Long id);
   /**
    * 查询已报名的的人信息集合
    * @param id 考试id
    * @return
    */
   List<ApplyVO> getApplyDetailList(Long id);
}