SEBSERV-376 fixed
This commit is contained in:
parent
51c375bb43
commit
686d4fa7ea
1 changed files with 0 additions and 1 deletions
|
@ -821,7 +821,6 @@ public class ClientConnectionDAOImpl implements ClientConnectionDAO {
|
||||||
.and(
|
.and(
|
||||||
ClientConnectionRecordDynamicSqlSupport.clientVersionGranted,
|
ClientConnectionRecordDynamicSqlSupport.clientVersionGranted,
|
||||||
SqlBuilder.isNull())
|
SqlBuilder.isNull())
|
||||||
.and(ClientConnectionRecordDynamicSqlSupport.ask, SqlBuilder.isNotNull())
|
|
||||||
.build()
|
.build()
|
||||||
.execute());
|
.execute());
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue