From 768a42166035e34360e92f90852f38301aab25ca Mon Sep 17 00:00:00 2001
From: wuxw7 <wuxw7@asiainfo.com>
Date: 星期二, 22 五月 2018 17:29:13 +0800
Subject: [PATCH] 订单受理 同步 异步 逻辑处理完成待测试

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

diff --git a/java110-core/src/main/java/com/java110/core/context/DataFlow.java b/java110-core/src/main/java/com/java110/core/context/DataFlow.java
index 71ad88a..6504f3f 100644
--- a/java110-core/src/main/java/com/java110/core/context/DataFlow.java
+++ b/java110-core/src/main/java/com/java110/core/context/DataFlow.java
@@ -186,6 +186,7 @@
             this.setTransactionId(reqInfoObj.getString("transactionId"));
             this.setOrderTypeCd(reqInfoObj.getString("orderTypeCd"));
             this.setRequestTime(reqInfoObj.getString("responseTime"));
+            this.setBusinessType(reqInfoObj.getString("businessType"));
             //this.setReqOrders(orderObj);
             JSONObject businessObj = new JSONObject();
             businessObj.put("bId",reqInfoObj.getString("bId"));

--
Gitblit v1.8.0