From c5aac73ec29f74904b544a722037b39bbb85ab3e Mon Sep 17 00:00:00 2001
From: wuxw <928255095@qq.com>
Date: 星期四, 07 二月 2019 21:35:35 +0800
Subject: [PATCH] 去serviceCode 改为businessTypeCd 完成

---
 java110-core/src/main/java/com/java110/core/context/BusinessServiceDataFlow.java |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/java110-core/src/main/java/com/java110/core/context/BusinessServiceDataFlow.java b/java110-core/src/main/java/com/java110/core/context/BusinessServiceDataFlow.java
index 5d6ed28..250d1f1 100644
--- a/java110-core/src/main/java/com/java110/core/context/BusinessServiceDataFlow.java
+++ b/java110-core/src/main/java/com/java110/core/context/BusinessServiceDataFlow.java
@@ -1,6 +1,5 @@
 package com.java110.core.context;
 
-import com.alibaba.fastjson.JSONArray;
 import com.alibaba.fastjson.JSONObject;
 import com.java110.common.constant.ResponseConstant;
 import com.java110.common.exception.InitDataFlowContextException;
@@ -23,7 +22,7 @@
     private Map<String,Object> paramOut;
 
     @Override
-    public Orders getOrder() {
+    public IOrders getOrder() {
         return this;
     }
 

--
Gitblit v1.8.0