Commit 6a7b4600 by 宋毅

添加日志

parent 099fd942
...@@ -36,6 +36,7 @@ class IcpOrderService extends AppServiceBase { ...@@ -36,6 +36,7 @@ class IcpOrderService extends AppServiceBase {
if (productItem.status != 0) { if (productItem.status != 0) {
return system.getResultFail(-5010, "产品查询失败,6100002"); return system.getResultFail(-5010, "产品查询失败,6100002");
} }
console.log("productItem......................",JSON.stringify(productItem))
pobj.userInfo = {channel_userid: pobj.userName || ""} pobj.userInfo = {channel_userid: pobj.userName || ""}
pobj.actionBody = { pobj.actionBody = {
...@@ -151,7 +152,7 @@ class IcpOrderService extends AppServiceBase { ...@@ -151,7 +152,7 @@ class IcpOrderService extends AppServiceBase {
salesmanName: resData.orderList && resData.orderList.length > 0 ? resData.orderList[0].operatorName : "", salesmanName: resData.orderList && resData.orderList.length > 0 ? resData.orderList[0].operatorName : "",
salesmanChannelId: resData.orderList && resData.orderList.length > 0 ? resData.orderList[0].operator : "", salesmanChannelId: resData.orderList && resData.orderList.length > 0 ? resData.orderList[0].operator : "",
}; };
deliveryObj.actionBody.needsolution = {salesmanInfo: salesmanInfo, orderNo: orderrtn.data.orderNo} deliveryObj.actionBody.needsolution = {salesmanInfo: salesmanInfo, orderNo: orderItem.data.orderNo}
console.log("deliveryObj......................................................", JSON.stringify(deliveryObj)) console.log("deliveryObj......................................................", JSON.stringify(deliveryObj))
this.utilsPushSve.business2Channel(deliveryObj, "pushDeliveryOrder"); this.utilsPushSve.business2Channel(deliveryObj, "pushDeliveryOrder");
} }
......
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