fixed finished update

This commit is contained in:
anhefti 2022-05-25 11:14:40 +02:00
parent dcf30464df
commit 743d9044c8

View file

@ -459,9 +459,6 @@ public class ExamRecordDAO {
.and(
ExamRecordDynamicSqlSupport.status,
isEqualTo(ExamStatus.RUNNING.name()))
.and(
ExamRecordDynamicSqlSupport.status,
isNotEqualTo(ExamStatus.ARCHIVED.name()))
.and(
ExamRecordDynamicSqlSupport.updating,
isEqualTo(BooleanUtils.toInteger(false)))