Commit 943a2a4e by Sxy

fix: 书写错误

parent 96bdb327
...@@ -602,7 +602,7 @@ class TxHandler { ...@@ -602,7 +602,7 @@ class TxHandler {
async ServiceStatusNotify(datajson) { async ServiceStatusNotify(datajson) {
console.log("ServiceStatusNotify----------------------------------------------", datajson); console.log("ServiceStatusNotify----------------------------------------------", datajson);
let ab = Object.assign({}, datajson); let ab = Object.assign({}, datajson);
ab.status = ab.status === 6 ? "inserivice" : "closed"; ab.status = ab.status === 6 ? "inservice" : "closed";
var obj = { var obj = {
"pushUrl": this.bookUrl + "/deliverybillCtl/notifyServiceStatusChange", "pushUrl": this.bookUrl + "/deliverybillCtl/notifyServiceStatusChange",
"actionType": "notifyServiceStatusChange", "actionType": "notifyServiceStatusChange",
......
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