Commit de0b900c by 宋毅

修改bug

parent 556881de
......@@ -435,7 +435,7 @@ class AliyunQcService {
where: { channelNeedNo: ab.intentionBizId }, raw: true
});
if (!needinfo) {
return system.getResultFail(-104, "未知方案需求");
return system.getResultFail(-104, "未知需求");
}
// if (needinfo.status == "ycd" || needinfo.status == "ygb") {
if (needinfo.status == "ygb") {
......@@ -447,7 +447,7 @@ class AliyunQcService {
});
if (!ns) {
// return system.getResultFail(-106, "未知方案");
return system.getResultSuccess();
return system.getResultSuccess(needinfo);
}
var intentionStatusList = ["未知", "⽅案待服务商确认", "⽅案待⽤户确认", "处理中", "已完成", "已关闭"];
var updateObj = {
......
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