Joburgess 5 년 전
부모
커밋
3ef90bba82
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      mec-biz/src/main/java/com/ym/mec/biz/service/impl/VipGroupServiceImpl.java

+ 1 - 1
mec-biz/src/main/java/com/ym/mec/biz/service/impl/VipGroupServiceImpl.java

@@ -694,7 +694,7 @@ public class VipGroupServiceImpl extends BaseServiceImpl<Long, VipGroup> impleme
 						allStudentNum=Long.valueOf(0);
 					}
 
-					if((Objects.isNull(aLong)||aLong<=0)
+					if((Objects.isNull(aLong1)||aLong1<=0)
 							&&(classGroup.getStudentNum()<=0)){
 						vipGroup.setEnableDelete(1);
 					}