|
|
@@ -262,7 +262,7 @@ public class UserServiceImpl extends ServiceImpl<UserMapper, User> implements Us
|
|
|
Integer update = 0;
|
|
|
String showId = null;
|
|
|
while (update != 1) {
|
|
|
- showId = StringUtil.randomString(6);
|
|
|
+ showId = StringUtil.randomString(5);
|
|
|
update = userMapper.update(null, Wrappers.lambdaUpdate(User.class)
|
|
|
.set(User::getShowId, showId)
|
|
|
.eq(User::getId, userId));
|