This commit is contained in:
liaozetao
2023-12-26 15:35:05 +08:00
parent 642a1ae86b
commit 74327667b3

View File

@@ -389,7 +389,7 @@ public class UserNameplateService extends BaseService {
vo.setApplyDay(days);
String word = vo.getWord();
if (StrUtil.isEmpty(word) || word.equals(StrUtil.SPACE)) {
vo.setWord(vo.getRemark());
vo.setFixedWord(vo.getRemark());
}
}
return userNameplateVos;