fix: take also finished exams into running check
This commit is contained in:
parent
290ca046c3
commit
0383aebcbf
1 changed files with 1 additions and 1 deletions
|
@ -431,7 +431,7 @@ public class ExamDAOImpl implements ExamDAO {
|
|||
isEqualTo(BooleanUtils.toInteger(true)))
|
||||
.and(
|
||||
ExamRecordDynamicSqlSupport.status,
|
||||
isEqualTo(ExamStatus.UP_COMING.name()))
|
||||
isNotEqualTo(ExamStatus.RUNNING.name()))
|
||||
.and(
|
||||
ExamRecordDynamicSqlSupport.updating,
|
||||
isEqualTo(BooleanUtils.toInteger(false)))
|
||||
|
|
Loading…
Reference in a new issue