Commit f72bc845 by 宋毅

参数修改

parent 2aa43465
...@@ -859,12 +859,12 @@ class BaseCenterOrderService extends AppServiceBase { ...@@ -859,12 +859,12 @@ class BaseCenterOrderService extends AppServiceBase {
let pushObj = { let pushObj = {
orderNo: res.data.channelOrderNo, orderNo: res.data.channelOrderNo,
status: res.data.ApplicationStatus, status: res.data.ApplicationStatus,
companyName: tmpMaterial.companyName, companyName: tmpMaterial.companyName || "",
applyMaterial: tmpMaterial.applyMaterial, applyMaterial: tmpMaterial.applyMaterial || "",
user: tmpMaterial.user, user: tmpMaterial.user || "",
acceptNotifyFile: tmpMaterial.acceptNotifyFile, acceptNotifyFile: tmpMaterial.acceptNotifyFile || "",
certificateFile: tmpMaterial.certificateFile, certificateFile: tmpMaterial.certificateFile || "",
expressNum: tmpMaterial.expressNum expressNum: tmpMaterial.expressNum || ""
}; };
//推送状态变更及材料 //推送状态变更及材料
let baiduParams = { let baiduParams = {
......
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