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