|
@@ -1232,7 +1232,7 @@ public class ClassGradeUserServiceImpl extends ServiceImpl<ClassGradeUserMapper,
|
|
return "用户不存在";
|
|
return "用户不存在";
|
|
}
|
|
}
|
|
if(Validator.isNotEmpty(userVo.getRealName())){
|
|
if(Validator.isNotEmpty(userVo.getRealName())){
|
|
- userVo.setRealName(userVo.getRealName().replaceAll(" ", ""));
|
|
|
|
|
|
+ userVo.setRealName(ToolsUtils.removeAllTrim(userVo.getRealName()));
|
|
}
|
|
}
|
|
if (Validator.isEmpty(userVo.getInterfacePushId())) {
|
|
if (Validator.isEmpty(userVo.getInterfacePushId())) {
|
|
return "没开通信息推送";
|
|
return "没开通信息推送";
|