This commit is contained in:
parent
c5d6bc298b
commit
75a99d9a32
|
@ -51,18 +51,9 @@ public class ProvTestServerController {
|
||||||
@Autowired
|
@Autowired
|
||||||
private CertManager certManager;
|
private CertManager certManager;
|
||||||
|
|
||||||
|
|
||||||
@Autowired
|
|
||||||
private IDomesticPharmaBaseInfoService domesticPharmaBaseInfoService;
|
|
||||||
|
|
||||||
@Autowired
|
|
||||||
private XmlParserService xmlParserService;
|
|
||||||
|
|
||||||
@Autowired
|
@Autowired
|
||||||
private IReceiveDataLogService receiveDataLogService;
|
private IReceiveDataLogService receiveDataLogService;
|
||||||
|
|
||||||
@Autowired
|
|
||||||
private IDomesticDrugProductionApplyInfoService domesticDrugProductionApplyInfoService;
|
|
||||||
|
|
||||||
@Autowired
|
@Autowired
|
||||||
private EventProcessingService processingService;
|
private EventProcessingService processingService;
|
||||||
|
|
|
@ -22,7 +22,7 @@ public class EventProcessingService {
|
||||||
private final EventHandlerFactory handlerFactory;
|
private final EventHandlerFactory handlerFactory;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
*
|
* 解析xml并处理接收的事件
|
||||||
* @param eventPojo
|
* @param eventPojo
|
||||||
* @param xml
|
* @param xml
|
||||||
* @param eventId
|
* @param eventId
|
||||||
|
|
Loading…
Reference in New Issue