SEBSERV-317 finishing
This commit is contained in:
parent
6a4c0ff89c
commit
f0fa591348
1 changed files with 1 additions and 0 deletions
|
@ -194,6 +194,7 @@ public class ExamRecordDAO {
|
||||||
ExamRecordDynamicSqlSupport.status,
|
ExamRecordDynamicSqlSupport.status,
|
||||||
isInWhenPresent(stateNames));
|
isInWhenPresent(stateNames));
|
||||||
} else {
|
} else {
|
||||||
|
// for default the archived state is not presented only on explicit request
|
||||||
whereClause = whereClause
|
whereClause = whereClause
|
||||||
.and(
|
.and(
|
||||||
ExamRecordDynamicSqlSupport.status,
|
ExamRecordDynamicSqlSupport.status,
|
||||||
|
|
Loading…
Reference in a new issue