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();