Commit a6ee9571 by 兰国旗

laolan

parent d630c43c
......@@ -997,7 +997,7 @@ class AliyunQcService {
var material = solutionContent.customerMaterial || {};
if (ab.extInfo) {
// 退回修改理由
if(ab.extInfo.rejectReason) {
if (ab.extInfo.rejectReason) {
ab.rejectReason = ab.extInfo.rejectReason
}
material.businessLicenseArr = ab.extInfo.businessLicenseArr;
......@@ -1342,7 +1342,7 @@ class AliyunQcService {
// 查询需求沟通记录
// 2020 0820 lin 修改channel传过来的参数 为 note/needNo
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) {
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