|
@@ -760,7 +760,7 @@ public class ClassGradeUserServiceImpl extends ServiceImpl<ClassGradeUserMapper,
|
|
|
if (Validator.isEmpty(userVo)) {
|
|
if (Validator.isEmpty(userVo)) {
|
|
|
return "用户不存在";
|
|
return "用户不存在";
|
|
|
}
|
|
}
|
|
|
- if (Validator.isEmpty(userVo.getInterfacePushId()) || !userVo.getInterfacePushId().equals(1L)) {
|
|
|
|
|
|
|
+ if (Validator.isEmpty(userVo.getInterfacePushId())) {
|
|
|
return "没开通信息推送";
|
|
return "没开通信息推送";
|
|
|
}
|
|
}
|
|
|
if (Validator.isEmpty(userVo.getOfficialName())) {
|
|
if (Validator.isEmpty(userVo.getOfficialName())) {
|