SEBSERV-446 fixed
This commit is contained in:
parent
87b010a5fd
commit
251dc0b0d0
1 changed files with 4 additions and 1 deletions
|
@ -814,10 +814,13 @@ public class ClientConnectionDAOImpl implements ClientConnectionDAO {
|
|||
.selectByExample()
|
||||
.where(
|
||||
ClientConnectionRecordDynamicSqlSupport.status,
|
||||
SqlBuilder.isIn(ClientConnection.SECURE_CHECK_STATES))
|
||||
SqlBuilder.isEqualTo(ConnectionStatus.ACTIVE.name()))
|
||||
.and(
|
||||
ClientConnectionRecordDynamicSqlSupport.examId,
|
||||
SqlBuilder.isEqualTo(examId))
|
||||
.and(
|
||||
ClientConnectionRecordDynamicSqlSupport.clientVersion,
|
||||
SqlBuilder.isNotNull())
|
||||
.and(
|
||||
ClientConnectionRecordDynamicSqlSupport.clientVersionGranted,
|
||||
SqlBuilder.isNull())
|
||||
|
|
Loading…
Reference in a new issue