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