|
|
|
@ -48,7 +48,7 @@ public class ExternalOrderEventHandler extends BaseApplicationService { |
|
|
|
@RabbitListener(bindings = @QueueBinding(value = @Queue(MqQueue.CANCEL_SITE_ACTIVITY), |
|
|
|
exchange = @Exchange(value = MqExchange.CANCEL_SITE_ACTIVITY, |
|
|
|
type = ExchangeTypes.FANOUT))) |
|
|
|
public void handleConfirmMeeting(SiteActivityCancelEvent event) { |
|
|
|
public void handle(SiteActivityCancelEvent event) { |
|
|
|
try { |
|
|
|
log.error("接收到线下活动订单取消事件:{}", event); |
|
|
|
//社群活动允许退款 |
|
|
|
|