[F] Fix item

matching
Azalea 2024-12-28 00:19:51 -05:00
parent da61b1a3e7
commit 0de4856247
1 changed files with 1 additions and 1 deletions

View File

@ -101,7 +101,7 @@ val chusanInit: ChusanController.() -> Unit = {
// TODO: All unlock
db.userItem.findAllByUser_Card_ExtIdAndItemKind(uid, kind)
} postProcess {
it["nextIndex"] = rawIndex + (kind * 10000000000L)
it["nextIndex"] = it["nextIndex"]!!.long + (kind * 10000000000L)
}
}