mirror of
https://github.com/dalbodeule/chibot-chzzk-bot.git
synced 2025-06-09 07:18:22 +00:00
managers relation is fixed (6x)
This commit is contained in:
parent
7c2f5f90fe
commit
f5133c4551
@ -28,8 +28,8 @@ class User(id: EntityID<Int>) : IntEntity(id) {
|
|||||||
var liveAlertMessage by Users.liveAlertMessage
|
var liveAlertMessage by Users.liveAlertMessage
|
||||||
|
|
||||||
// 유저가 가진 매니저들
|
// 유저가 가진 매니저들
|
||||||
val managers by User.via(UserManagers.user, UserManagers.manager)
|
val managers by User.via(UserManagers.manager, UserManagers.user)
|
||||||
|
|
||||||
// 매니저가 관리하는 유저들
|
// 매니저가 관리하는 유저들
|
||||||
val subordinates by User.via(UserManagers.manager, UserManagers.user)
|
val subordinates by User.via(UserManagers.user, UserManagers.manager)
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user