zouxuan 3 anni fa
parent
commit
153782f1db

+ 0 - 4
mec-biz/src/main/java/com/ym/mec/biz/service/impl/DegreeRegistrationServiceImpl.java

@@ -410,10 +410,6 @@ public class DegreeRegistrationServiceImpl extends BaseServiceImpl<Integer, Degr
                 sysUserCashAccountService.updateBalance(studentPaymentOrder.getUserId(), studentPaymentOrder.getBalancePaymentAmount(), PlatformCashAccountDetailTypeEnum.REFUNDS, "支付失败-退回");
             }
         }
-
-        if(Objects.isNull(studentPaymentOrder.getClassGroupId())){
-            return true;
-        }
         List<DegreeRegistration> degreeList = degreeRegistrationDao.getLockByOrderId(studentPaymentOrder.getOrderNo());
         Date date = new Date();
         for (DegreeRegistration degree : degreeList) {