mirror of
https://github.com/MewoLab/AquaDX.git
synced 2026-02-11 14:27:28 +08:00
[F] Fix userid
This commit is contained in:
@@ -72,7 +72,8 @@ class UpsertUserAllHandler(
|
|||||||
req.run {
|
req.run {
|
||||||
listOfNotNull(
|
listOfNotNull(
|
||||||
userExtend, userOption, userCharacterList, userMapList, userLoginBonusList, userItemList,
|
userExtend, userOption, userCharacterList, userMapList, userLoginBonusList, userItemList,
|
||||||
userMusicDetailList, userCourseList, userFriendSeasonRankingList, userFavoriteList
|
userMusicDetailList, userCourseList, userFriendSeasonRankingList, userFavoriteList,
|
||||||
|
userKaleidxScopeList
|
||||||
)
|
)
|
||||||
}.flatten().forEach { it.user = u }
|
}.flatten().forEach { it.user = u }
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user