|
|
@@ -3486,7 +3486,7 @@ public class ClassGradeUserServiceImpl extends ServiceImpl<ClassGradeUserMapper,
|
|
|
if(Validator.isEmpty(classGradeUser)){
|
|
|
throw new CustomException("数据不存在");
|
|
|
}
|
|
|
- if(classGradeUser.getSevenPushCheck()!=1){
|
|
|
+ if(classGradeUser.getSevenPushCheck()==0||classGradeUser.getSevenPushCheck()==2){
|
|
|
throw new CustomException("无效操作");
|
|
|
}
|
|
|
LambdaUpdateWrapper<ClassGradeUser> objectLambdaUpdateWrapper = Wrappers.lambdaUpdate();
|