|
|
package com.yohoufo.order.service.handler;
|
|
|
|
|
|
import com.google.common.eventbus.Subscribe;
|
|
|
import com.yohoufo.common.alarm.IEventHandler;
|
|
|
import com.yohoufo.dal.order.EntrySellerRechargeOrderMapper;
|
|
|
import com.yohoufo.dal.order.model.EntrySellerRechargeOrder;
|
...
|
...
|
@@ -35,6 +36,7 @@ public class InviteRecordHandler implements IEventHandler<InviteRecordEvent> { |
|
|
* @param event
|
|
|
*/
|
|
|
@Override
|
|
|
@Subscribe
|
|
|
public void handle(InviteRecordEvent event) {
|
|
|
|
|
|
if (event.getEventType() == null){
|
...
|
...
|
|