Commit f72bc845 by 宋毅

参数修改

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