mirror of
https://github.com/InsanusMokrassar/MicroUtils.git
synced 2024-11-17 13:53:49 +00:00
fix
This commit is contained in:
parent
2c2b364167
commit
1d01b65b5f
@ -12,7 +12,7 @@ interface CommonExposedRepo<IdType, ObjectType> : ExposedRepo {
|
||||
} else {
|
||||
var op = selectById(list.first())
|
||||
(1 until list.size).forEach {
|
||||
op = op.and(selectById(list[it]))
|
||||
op = op.or(selectById(list[it]))
|
||||
}
|
||||
op
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user