Commit 954e7735 by 王栋源

wdy

parent 0d576542
......@@ -251,6 +251,7 @@ class CenterorderService extends AppServiceBase {
if (orderrtn.status != 0 && orderrtn.status != -1) {
return system.getResultFail(-5012, "订单创建失败");
}
console.log(orderrtn.data);
if (orderrtn.data) {
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