|
|
|
@ -76,7 +76,7 @@ class Query { |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
println("<<<<<< ${realmQuery.description}") |
|
|
|
// println("<<<<<< ${realmQuery.description}") |
|
|
|
val queryLast = this.conditions.filter { |
|
|
|
val queryLast = this.conditions.filter { |
|
|
|
it is QueryCondition.Last |
|
|
|
it is QueryCondition.Last |
|
|
|
}.firstOrNull() |
|
|
|
}.firstOrNull() |
|
|
|
|