Commit 2d6ae781 by 姜海波

Merge remote-tracking branch 'remotes/origin/feature-2020/2/10-1.9.12-开放平台创建订单-海波' into develop

# Conflicts:
#	assortment-ordercenter-sdk/pom.xml
#	assortment-ordercenter-sdk/readme.md
#	order-application-service/pom.xml
parent 58dd0668
......@@ -464,7 +464,7 @@ public class OrderSdkAdapter {
CreateOrderResponse response = new CreateOrderResponse();
response.setErrcode(Integer.parseInt(result.getCode()));
response.setErrmsg(result.getMessage());
if (result.getResult() == null) {
if (result.getResult().equals(new OrderInfoReqs())) {
return response;
}
......
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