Commit 83bd9f86 by 王栋源

wdy

parent b3d4fd3a
...@@ -264,6 +264,7 @@ class CenterorderService extends AppServiceBase { ...@@ -264,6 +264,7 @@ class CenterorderService extends AppServiceBase {
return system.getResultFail(-5011, "方案查询失败"); return system.getResultFail(-5011, "方案查询失败");
} }
var solutiondata = JSON.parse(solutionrtn.stdout); var solutiondata = JSON.parse(solutionrtn.stdout);
console.log("-------------------------------------------------------------");
if (solutiondata.status != 0) { if (solutiondata.status != 0) {
return system.getResultFail(-5011, "方案查询失败"); return system.getResultFail(-5011, "方案查询失败");
} }
...@@ -275,6 +276,7 @@ class CenterorderService extends AppServiceBase { ...@@ -275,6 +276,7 @@ class CenterorderService extends AppServiceBase {
} else if (pobj.actionBody.channelItemCode == '7') { } else if (pobj.actionBody.channelItemCode == '7') {
pobj.actionBody.regType = "ali.edi"; pobj.actionBody.regType = "ali.edi";
} }
console.log("-------------------------------------------------------------");
console.log(solutiondata); console.log(solutiondata);
var fqobj = { var fqobj = {
"actionType": "getOrderDetails", "actionType": "getOrderDetails",
......
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