test #94
@@ -101,9 +101,9 @@ class MemberQueryRepositoryImpl(
|
|||||||
|
|
||||||
if (isAuth != null) {
|
if (isAuth != null) {
|
||||||
where = if (isAuth) {
|
where = if (isAuth) {
|
||||||
where.and(member.auth.isNotNull)
|
where.and(auth.isNotNull)
|
||||||
} else {
|
} else {
|
||||||
where.and(member.auth.isNull)
|
where.and(auth.isNull)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -289,9 +289,9 @@ class MemberQueryRepositoryImpl(
|
|||||||
|
|
||||||
if (isAuth != null) {
|
if (isAuth != null) {
|
||||||
where = if (isAuth) {
|
where = if (isAuth) {
|
||||||
where.and(member.auth.isNotNull)
|
where.and(auth.isNotNull)
|
||||||
} else {
|
} else {
|
||||||
where.and(member.auth.isNull)
|
where.and(auth.isNull)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user