mirror of
https://github.com/MewoLab/AquaDX.git
synced 2026-02-13 03:07:30 +08:00
[O] Set all items to valid
This commit is contained in:
@@ -71,6 +71,7 @@ class GetUserItemHandler(
|
|||||||
}
|
}
|
||||||
|
|
||||||
return repos.userItem.findByUserCardExtIdAndItemKind(userId, kind).apply {
|
return repos.userItem.findByUserCardExtIdAndItemKind(userId, kind).apply {
|
||||||
|
forEach { it.isValid = true }
|
||||||
logger.info("Response: $size $kindType items - DB") }
|
logger.info("Response: $size $kindType items - DB") }
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user