Commit 207a66a6 by Sxy

feat: 关闭原因

parent 040c18cd
...@@ -237,6 +237,7 @@ class BaiduHandler { ...@@ -237,6 +237,7 @@ class BaiduHandler {
} }
if (datajson.actionBody.needsolution.status == "CLOSE" || datajson.actionBody.needsolution.status == "ABC_CLOSE_PRODUCE") {//方案关闭 if (datajson.actionBody.needsolution.status == "CLOSE" || datajson.actionBody.needsolution.status == "ABC_CLOSE_PRODUCE") {//方案关闭
params.d.deliverStatus = "closed"; params.d.deliverStatus = "closed";
params.d.memoInfo = datajson.actionBody.needsolution.customerRemark
} else { } else {
throw new Error(`needsolution.status 状态错误`); throw new Error(`needsolution.status 状态错误`);
} }
......
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