交易分账 重构

This commit is contained in:
2023-08-28 15:10:38 +08:00
parent 517b88f6a2
commit b89e3dca20

View File

@@ -962,8 +962,10 @@ public class OrderService {
// 支付撤销失败
paymentReverseFailed(data);
} else if (AdapayEventEnum.cash_succeeded.getValue().equals(type)) {
// 取现成功
cashSucceeded(data);
} else if (AdapayEventEnum.cash_failed.getValue().equals(type)) {
// 取现失败
cashFailed(data);
}
}