Commit f7442749 by 兰国旗

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

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