mirror of
https://github.com/InsanusMokrassar/MicroUtils.git
synced 2025-09-14 13:01:13 +00:00
fix
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
Reference in New Issue
Block a user