Commit a99d50c7 by linboxuan

lin JSON string

parent dbceefb2
...@@ -1241,7 +1241,7 @@ class UtilsNeedService extends AppServiceBase { ...@@ -1241,7 +1241,7 @@ class UtilsNeedService extends AppServiceBase {
} }
// 2020 1020 lin 新增 因为下面receiveEdiStatusNotify ,JSON.parse(ab.extInfo); // 2020 1020 lin 新增 因为下面receiveEdiStatusNotify ,JSON.parse(ab.extInfo);
// rejectReason需要转换 否则驳回理由处可能有问题 // rejectReason需要转换 否则驳回理由处可能有问题
JSON.stringify(actionBody.extInfo) actionBody.extInfo = JSON.stringify(actionBody.extInfo)
console.log(actionBody.extInfo) console.log(actionBody.extInfo)
} }
} }
......
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