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