Commit cbc490d0 by 宋毅

修改推送方法

parent 04efa0ff
......@@ -148,9 +148,9 @@ class RegCenterOrderService extends AppServiceBase {
};
if (pobj.actionBody.isDirectBuy && pobj.actionBody.isDirectBuy == 1) {//直接下单需执行添加订单业务员操作
if (yunfuPushRes && yunfuPushRes.status == 0) {
if (yunfuPushRes.data && yunfuPushRes.data.data) {
let resData = yunfuPushRes.data.data;
if (yunfuRes && yunfuRes.status == 0) {
if (yunfuRes.data && yunfuRes.data.data) {
let resData = yunfuRes.data.data;
let salesmanInfo = {
salesmanName: resData.orderList && resData.orderList.length > 0 ? resData.orderList[0].operatorName : "",
salesmanChannelId: resData.orderList && resData.orderList.length > 0 ? resData.orderList[0].operator : "",
......
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