Commit cf9da52d by linboxuan

ucommune-back operate api

parent 985c0e5e
...@@ -283,7 +283,7 @@ class OrderInfoService extends ServiceBase { ...@@ -283,7 +283,7 @@ class OrderInfoService extends ServiceBase {
return system.getResult(null, "订单数据为空,30200"); return system.getResult(null, "订单数据为空,30200");
} }
var result = system.getResult(list[0]); var result = system.getResult(list[0]);
return result; return list[0];
} }
async getOrderDeliveryFlowInfo(pobj, actionBody) {//获取订单交付流程信息 async getOrderDeliveryFlowInfo(pobj, actionBody) {//获取订单交付流程信息
var sql = "select officialFlow from c_delivery_official_flow where sourceOrderNo=:sourceOrderNo"; var sql = "select officialFlow from c_delivery_official_flow where sourceOrderNo=:sourceOrderNo";
......
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