Commit 95e7462e by xiaoer.li@freemud.com

fix

parent 532010fe
...@@ -261,7 +261,6 @@ public class OrderSdkAdapter { ...@@ -261,7 +261,6 @@ public class OrderSdkAdapter {
if (null != requestVO && null != requestVO.getOtherInfo()) { if (null != requestVO && null != requestVO.getOtherInfo()) {
request.setExtInfo(JSONObject.toJSONString(requestVO.getOtherInfo())); request.setExtInfo(JSONObject.toJSONString(requestVO.getOtherInfo()));
} }
request.setOrderPayItemCreateReqList(requestVO.getOrderPayItemCreateReqList());
return request; return request;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment