mirror of
https://e.coding.net/circlecloud/MiaoBoard.git
synced 2024-11-24 02:09:03 +00:00
fix: 修复后缀处理错误的问题
Signed-off-by: 502647092 <admin@yumc.pw>
This commit is contained in:
parent
2a05ee1b41
commit
ab424ee25f
@ -63,6 +63,8 @@ public class SiderbarBoardPage extends BoardPage {
|
||||
}
|
||||
suffix = StrKit.substring(sufpre + suffix, 0, 16);
|
||||
boardLine.getTeam().setSuffix(suffix);//"设置后16个字符"
|
||||
} else {
|
||||
boardLine.getTeam().setSuffix("");//"清理后16个字符"
|
||||
}
|
||||
maxLine = line + 1;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user