|
@@ -151,7 +151,7 @@ public class UserServiceImpl extends ServiceImpl<UserMapper, User> implements IU
|
|
|
.roleVipLevel(gameUserRole.getRoleVipLevel())
|
|
|
.rolePower(gameUserRole.getRolePower())
|
|
|
.os(gameUserRole.getOs())
|
|
|
- .regTime(gameUserRole.getCreateTime())
|
|
|
+ .regTime(gameUserRole.getRegTime())
|
|
|
.createTime(gameUserRole.getCreateTime())
|
|
|
.updateTime(gameUserRole.getUpdateTime())
|
|
|
.lastLoginTime(gameUserRole.getLastLoginTime())
|