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