Commit ba97c425 by 陈思聪

fix: 推送状态变更及材料至百度 报错

parent 547e630f
...@@ -861,7 +861,7 @@ class BaseCenterOrderService extends AppServiceBase { ...@@ -861,7 +861,7 @@ class BaseCenterOrderService extends AppServiceBase {
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 && tmpMaterial.user!= "" ? tmpMaterial.user: null,
acceptNotifyFile: tmpMaterial.acceptNotifyFile || "", acceptNotifyFile: tmpMaterial.acceptNotifyFile || "",
certificateFile: tmpMaterial.certificateFile || "", certificateFile: tmpMaterial.certificateFile || "",
expressNum: tmpMaterial.expressNum || "" expressNum: tmpMaterial.expressNum || ""
......
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