Commit c8be2f9c by linboxuan

lin pannong

parent 23e49b7c
...@@ -68,6 +68,9 @@ class utils360Sve extends AppServiceBase { ...@@ -68,6 +68,9 @@ class utils360Sve extends AppServiceBase {
if (orderrtn.status != 0 && orderrtn.status != -1) { if (orderrtn.status != 0 && orderrtn.status != -1) {
return system.getResultFail(-5012, "订单创建失败"); return system.getResultFail(-5012, "订单创建失败");
} }
console.log("创建服务单 order信息 start");
console.log(orderrtn);
console.log("创建服务单 order信息 end");
if (orderrtn.data) { if (orderrtn.data) {
pobj.actionBody.orderNo = orderrtn.data.orderNo; pobj.actionBody.orderNo = orderrtn.data.orderNo;
} }
......
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