mirror of https://github.com/hykilpikonna/AquaDX
[F] Fix userid
parent
c6bd6e862d
commit
7a18b4499d
|
@ -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 }
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue