OrderService/src/main/java/com/java110/order/smo/impl/OrderServiceSMOImpl.java
@@ -212,7 +212,7 @@ //封装data 节点 if(isQueryDataInfo){ busiOrderTmpJson.put("data",queryDataInfo(busiOrderTmp1)); } @@ -235,6 +235,22 @@ } /** * 查询data信息 * @return */ private JSONObject queryDataInfo(BusiOrder busiOrder) throws Exception{ //购物车订单类型 String actionTypeCd = busiOrder.getActionTypeCd(); //创建上下文对象 AppContext context = createApplicationContext(); //prepareContext(context, busiOrder); return AppEventPublishing.queryDataInfoEvent(context,busiOrder); } /** * 订单调度 * * orderListInfo 中字段 asyn 如果为 A 表示 异步处理订单,其他表同步处理订单