|
@@ -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) {
|