|
@@ -349,8 +349,6 @@ public class StudentPaymentOrderServiceImpl extends BaseServiceImpl<Long, Studen
|
|
|
sysUserCashAccountService.updateBalance(order.getUserId(), order.getActualAmount(),
|
|
|
PlatformCashAccountDetailTypeEnum.REFUNDS, order.getMemo() + ",订单号:" + order.getOrderNo());
|
|
|
|
|
|
- //退还优惠券
|
|
|
- sysCouponCodeService.quit(order.getCouponCodeId());
|
|
|
if (StringUtils.isNotBlank(order.getPaymentChannel())
|
|
|
&& order.getPaymentChannel().equals("ADAPAY")
|
|
|
&& !rpMap.containsKey("simulation")) {
|