From 578f461e75bcd0532fc94fa0b2d941d3a68bb138 Mon Sep 17 00:00:00 2001
From: wuxw7 <wuxw7@asiainfo.com>
Date: 星期二, 04 十二月 2018 16:07:03 +0800
Subject: [PATCH] 侦听修复bug修复
---
java110-event/src/main/java/com/java110/event/service/api/ServiceDataFlowEventPublishing.java | 8 --------
1 files changed, 0 insertions(+), 8 deletions(-)
diff --git a/java110-event/src/main/java/com/java110/event/service/api/ServiceDataFlowEventPublishing.java b/java110-event/src/main/java/com/java110/event/service/api/ServiceDataFlowEventPublishing.java
index 0cddc2a..f8d1aea 100644
--- a/java110-event/src/main/java/com/java110/event/service/api/ServiceDataFlowEventPublishing.java
+++ b/java110-event/src/main/java/com/java110/event/service/api/ServiceDataFlowEventPublishing.java
@@ -148,14 +148,6 @@
"鏈嶅姟銆�" + serviceCode + "銆戣皟鐢ㄦ柟寮忋��"+httpMethod+"銆戝綋鍓嶄笉鏀寔");
}
for (final ServiceDataFlowListener listener : listeners) {
- //濡傛灉鏄�忎紶绫� 璇锋眰鏂瑰紡蹇呴』涓庢帴鍙f彁渚涙柟璋冪敤鏂瑰紡涓�鑷�
- if(ServiceCodeConstant.SERVICE_CODE_DO_SERVICE_TRANSFER.equals(serviceCode)){
- AppService appService = event.getAppService();
- if(!appService.getMethod().equals(httpMethod)) {
- throw new ListenerExecuteException(ResponseConstant.RESULT_CODE_ERROR,
- "鏈嶅姟銆�" + serviceCode + "銆戣皟鐢ㄦ柟寮忎笉瀵硅妫�鏌�,褰撳墠璇锋眰鏂瑰紡涓猴細"+httpMethod);
- }
- }
if(CommonConstant.PROCESS_ORDER_ASYNCHRONOUS.equals(asyn)){ //寮傛澶勭悊
--
Gitblit v1.8.0