Commit 702af4f8 by linboxuan

receiveEdiStatusNotify

parent f1d87f1f
......@@ -996,13 +996,21 @@ class AliyunQcService {
var material = solutionContent.customerMaterial || {};
if (ab.extInfo) {
// 退回修改理由
if(ab.extInfo.rejectReason) {
ab.rejectReason = ab.extInfo.rejectReason
}
material.businessLicenseArr = ab.extInfo.businessLicenseArr;
material.idCardListArr = ab.idCardListArr;
}
solutionContent.customerMaterial = material;
solutionContent = JSON.stringify(solutionContent);
var updateObj = {
id: ns.id, solutionContent: solutionContent
id: ns.id,
solutionContent: solutionContent,
channelDeliverId: ab.bizId,
note: ab.rejectReason
};
if (ab.operationType == "ABC_CLOSE_PRODUCE") {//⽅案已关闭
updateObj["status"] = "yzf";
......
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