Commit a6ee9571 by 兰国旗

laolan

parent d630c43c
...@@ -997,7 +997,7 @@ class AliyunQcService { ...@@ -997,7 +997,7 @@ class AliyunQcService {
var material = solutionContent.customerMaterial || {}; var material = solutionContent.customerMaterial || {};
if (ab.extInfo) { if (ab.extInfo) {
// 退回修改理由 // 退回修改理由
if(ab.extInfo.rejectReason) { if (ab.extInfo.rejectReason) {
ab.rejectReason = ab.extInfo.rejectReason ab.rejectReason = ab.extInfo.rejectReason
} }
material.businessLicenseArr = ab.extInfo.businessLicenseArr; material.businessLicenseArr = ab.extInfo.businessLicenseArr;
...@@ -1007,7 +1007,7 @@ class AliyunQcService { ...@@ -1007,7 +1007,7 @@ class AliyunQcService {
solutionContent = JSON.stringify(solutionContent); solutionContent = JSON.stringify(solutionContent);
var updateObj = { var updateObj = {
id: ns.id, id: ns.id,
solutionContent: solutionContent, solutionContent: solutionContent,
channelDeliverId: ab.bizId, channelDeliverId: ab.bizId,
note: ab.rejectReason note: ab.rejectReason
...@@ -1342,7 +1342,7 @@ class AliyunQcService { ...@@ -1342,7 +1342,7 @@ class AliyunQcService {
// 查询需求沟通记录 // 查询需求沟通记录
// 2020 0820 lin 修改channel传过来的参数 为 note/needNo // 2020 0820 lin 修改channel传过来的参数 为 note/needNo
pobj.actionBody.Note = ["noteTime", moment().format("YYYY-MM-DD HH:mm:ss"), "note", pobj.actionBody.note]; pobj.actionBody.Note = ["noteTime", moment().format("YYYY-MM-DD HH:mm:ss"), "note", pobj.actionBody.note];
let needRes = await this.findOne({ channelNeedNo: pobj.actionBody.needNo}); let needRes = await this.findOne({ channelNeedNo: pobj.actionBody.needNo });
// 没有需求单直接返回 // 没有需求单直接返回
if (!needRes) { if (!needRes) {
return system.getResult("没有这个需求单"); return system.getResult("没有这个需求单");
......
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