Add table t_user_info
This commit is contained in:
@@ -14,7 +14,7 @@ object UserConverter {
|
||||
return user
|
||||
}
|
||||
|
||||
fun userToUserInfoVo(user: User) = UserInfoVo(
|
||||
fun userToUserInfoVo(user: User) = UserWithInfoVo(
|
||||
id = user.id,
|
||||
username = user.username,
|
||||
locking = user.locking?.let { it == 1 },
|
||||
|
||||
Reference in New Issue
Block a user