浏览代码

冲突解决

haogh 1 年之前
父节点
当前提交
cc5e1e3711
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2 1
      src/main/java/com/qmth/exam/reserve/dao/StudentApplyDao.java

+ 2 - 1
src/main/java/com/qmth/exam/reserve/dao/StudentApplyDao.java

@@ -17,7 +17,8 @@ public interface StudentApplyDao extends BaseMapper<StudentApplyEntity> {
 
     IPage<StudentApplyVO> page(Page<StudentApplyVO> page, @Param(value = "req") StudentApplyReq req);
 
-    Integer getHaveApplyCount(@Param(value = "examSiteIds") List<Long> examSiteIds);
+    Integer getHaveApplyCount(@Param(value = "examSiteIds") List<Long> examSiteIds,
+            @Param(value = "cancel") Boolean cancel);
 
     List<ApplyVO> getStudentApplyList(@Param("studentId") Long studentId, @Param("cancel") Boolean cancel);