|  | @@ -3672,6 +3672,7 @@ public class PracticeGroupServiceImpl extends BaseServiceImpl<Long, PracticeGrou
 | 
											
												
													
														|  |                  order.setMemo("重复支付,进入余额");
 |  |                  order.setMemo("重复支付,进入余额");
 | 
											
												
													
														|  |              }
 |  |              }
 | 
											
												
													
														|  |              studentPaymentOrderDao.update(order);
 |  |              studentPaymentOrderDao.update(order);
 | 
											
												
													
														|  | 
 |  | +            sysCouponCodeService.quit(order.getCouponCodeId());
 | 
											
												
													
														|  |              return;
 |  |              return;
 | 
											
												
													
														|  |          }
 |  |          }
 | 
											
												
													
														|  |  
 |  |  
 | 
											
										
											
												
													
														|  | @@ -3681,6 +3682,7 @@ public class PracticeGroupServiceImpl extends BaseServiceImpl<Long, PracticeGrou
 | 
											
												
													
														|  |                  sysUserCashAccountService.updateBalance(order.getUserId(), order.getBalancePaymentAmount(), PlatformCashAccountDetailTypeEnum.REFUNDS, "网管课支付失败,退还余额");
 |  |                  sysUserCashAccountService.updateBalance(order.getUserId(), order.getBalancePaymentAmount(), PlatformCashAccountDetailTypeEnum.REFUNDS, "网管课支付失败,退还余额");
 | 
											
												
													
														|  |              }
 |  |              }
 | 
											
												
													
														|  |              studentPaymentOrderDao.update(order);
 |  |              studentPaymentOrderDao.update(order);
 | 
											
												
													
														|  | 
 |  | +            sysCouponCodeService.quit(order.getCouponCodeId());
 | 
											
												
													
														|  |              return;
 |  |              return;
 | 
											
												
													
														|  |          }
 |  |          }
 | 
											
												
													
														|  |  
 |  |  
 |