fixed finished update
This commit is contained in:
parent
dcf30464df
commit
743d9044c8
1 changed files with 0 additions and 3 deletions
|
@ -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)))
|
||||
|
|
Loading…
Reference in a new issue