Commit 85ec0b45 by 张洪旺

test

parent 5f43defa
......@@ -34,8 +34,10 @@ public class EventProcessorRegister extends ApplicationObjectSupport {
}
public EventProcessor getEventProcessor(Integer event) {
CouponEventProcessor bean = getApplicationContext().getBean(CouponEventProcessor.class);
log.info("getEventProcessor:bean:${}",bean);
//todo dev环境init初始化 beans =null
if(processorMap.get(event) ==null){
init();
}
return processorMap.get(event);
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment