Joburgess %!s(int64=4) %!d(string=hai) anos
pai
achega
20300b275f

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

@@ -1482,7 +1482,7 @@ public class VipGroupServiceImpl extends BaseServiceImpl<Long, VipGroup> impleme
 
 
 		studentPaymentOrderDao.update(order);
 		studentPaymentOrderDao.update(order);
 
 
-		ClassGroup classGroup=classGroupDao.lockClassGroup(order.getClassGroupId().longValue());
+		ClassGroup classGroup=classGroupDao.get(order.getClassGroupId());
 
 
 		//将学生加入到班级,更新班级报名状态及人数信息
 		//将学生加入到班级,更新班级报名状态及人数信息
 		if(!isOk){
 		if(!isOk){