|
|
|
@ -1,5 +1,6 @@ |
|
|
|
package com.qniao.dam.application.handler.paymentorderrefund; |
|
|
|
|
|
|
|
import com.google.common.eventbus.Subscribe; |
|
|
|
import com.qniao.dam.domain.aggregate.marriagebounty.MarriageBountyOrderAggregate; |
|
|
|
import com.qniao.dam.domain.aggregate.marriagebounty.entity.MarriageBountyOrder; |
|
|
|
import com.qniao.dam.domain.aggregate.marriagebounty.valueobj.MarriageBountyOrderRel; |
|
|
|
@ -36,6 +37,7 @@ public class PaymentOrderRefundEventHandler extends BaseApplicationService { |
|
|
|
/** |
|
|
|
* 付款单已退款事件 |
|
|
|
*/ |
|
|
|
@Subscribe |
|
|
|
private void handle(PaymentOrderRefundRefundedEvent event) { |
|
|
|
try { |
|
|
|
if (PaymentOrderRefundStatusEnum.SUCCESS.equals(event.getStatus())) { |
|
|
|
|