Commit 64a73fb1 by 兰国旗

修改推送渠道获取交付信息的状态字段

parent 8386c55a
......@@ -590,7 +590,7 @@ class RegCenterOrderService extends AppServiceBase {
//推送套餐1公司注册数据至百度
pushObj = {
orderNo: res.data.bizId,
status: res.data.deliveryContent.status,
status: res.data.deliveryContent[pobj.actionBody.consultType].channelStatus,
deliverContent: deliverContent,
consultType: pobj.actionBody.consultType, //需求类型: GSREG:正常原始公司注册; QYJYTC1:企业经营套餐1; QYJYTC2:企业经营套餐2;
productType: pobj.actionBody.productType //套餐包含业的务类型: 不传为原始公司注册
......@@ -603,7 +603,7 @@ class RegCenterOrderService extends AppServiceBase {
if (pobj.actionBody.productType == "DLJZ" || pobj.actionBody.productType == "DZFW") {
pushObj = {
orderNo: res.data.bizId,
status: res.data.deliveryContent.status,
status: res.data.deliveryContent[pobj.actionBody.consultType].channelStatus,
deliverContent: deliverContent,
consultType: pobj.actionBody.consultType, //需求类型: GSREG:正常原始公司注册; QYJYTC1:企业经营套餐1; QYJYTC2:企业经营套餐2;
productType: pobj.actionBody.productType, //套餐包含业的务类型: 不传为原始公司注册
......@@ -613,7 +613,7 @@ class RegCenterOrderService extends AppServiceBase {
} else {
pushObj = {
orderNo: res.data.bizId,
status: res.data.deliveryContent.status,
status: res.data.deliveryContent[pobj.actionBody.consultType].channelStatus,
deliverContent: deliverContent,
consultType: pobj.actionBody.consultType, //需求类型: GSREG:正常原始公司注册; QYJYTC1:企业经营套餐1; QYJYTC2:企业经营套餐2;
productType: pobj.actionBody.productType //套餐包含业的务类型: 不传为原始公司注册
......
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