haogh 1 년 전
부모
커밋
c10c2d43f6
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      src/main/java/com/qmth/exam/reserve/service/impl/StudentApplyServiceImpl.java

+ 0 - 1
src/main/java/com/qmth/exam/reserve/service/impl/StudentApplyServiceImpl.java

@@ -710,7 +710,6 @@ public class StudentApplyServiceImpl extends ServiceImpl<StudentApplyDao, Studen
                         }
                         insertApplyList.add(studentApply);
 
-                        studentApplyLock.unlock();
                         num++;
                         if (student.getApplyNumber() - (studentApplyList.size() + 1) == 0) {
                             iterator.remove();