Commit 2d9829bc by 兰国旗

laolan

parent 0306dd7e
...@@ -247,10 +247,8 @@ class NcService extends AppServiceBase { ...@@ -247,10 +247,8 @@ class NcService extends AppServiceBase {
console.log('nc closeNeed+++',a) console.log('nc closeNeed+++',a)
} }
this.utilsPushSve.aliBusiness2Fq(pobj, "pushCloseICPNeed"); this.utilsPushSve.aliBusiness2Fq(pobj, "pushCloseICPNeed");
return system.getResultSuccess(); }
} else { return result;
return system.getResult(null, "close fail 100389 ");
}
} }
} }
......
...@@ -402,11 +402,9 @@ class QcCenterOrderService extends AppServiceBase { ...@@ -402,11 +402,9 @@ class QcCenterOrderService extends AppServiceBase {
resultInfo: "", resultInfo: "",
optitle: "推送ali关闭需求->closeNeed", optitle: "推送ali关闭需求->closeNeed",
}); });
self.utilsPushSve.aliBusiness2Fq(pobj, "pushCloseWangWenNeed"); self.utilsPushSve.aliBusiness2Fq(pobj, "pushCloseICPNeed");
return system.getResultSuccess();
} else {
return system.getResult(null, "close fail 100389 ");
} }
return result;
} }
//提交沟通记录 //提交沟通记录
......
...@@ -250,10 +250,8 @@ class RtService extends AppServiceBase { ...@@ -250,10 +250,8 @@ class RtService extends AppServiceBase {
console.log('rt closeNeed+++',a) console.log('rt closeNeed+++',a)
} }
this.utilsPushSve.aliBusiness2Fq(pobj, "pushCloseICPNeed"); this.utilsPushSve.aliBusiness2Fq(pobj, "pushCloseICPNeed");
return system.getResultSuccess();
} else {
return system.getResult(null, "close fail 100389 ");
} }
return result;
} }
} }
......
...@@ -323,11 +323,8 @@ class UtilsNeedService2 extends AppServiceBase { ...@@ -323,11 +323,8 @@ class UtilsNeedService2 extends AppServiceBase {
} }
console.log("closed need a+++", a); console.log("closed need a+++", a);
self.utilsPushSve.aliBusiness2Fq(pobj, "pushCloseICPNeed"); self.utilsPushSve.aliBusiness2Fq(pobj, "pushCloseICPNeed");
return system.getResultSuccess();
} else {
return system.getResult(null, "close fail 100389 ");
} }
return result;
} }
//查询需求详情 //查询需求详情
......
...@@ -180,6 +180,7 @@ class UtilsPushService extends AppServiceBase { ...@@ -180,6 +180,7 @@ class UtilsPushService extends AppServiceBase {
content: JSON.stringify(pobj), content: JSON.stringify(pobj),
resultInfo: productItemInterfaceResult.data ? JSON.stringify(productItemInterfaceResult.data) : "接口数据为空", resultInfo: productItemInterfaceResult.data ? JSON.stringify(productItemInterfaceResult.data) : "接口数据为空",
optitle: pobj.opType + "推送蜂擎获取的接口信息->baiduBusiness2Fq", optitle: pobj.opType + "推送蜂擎获取的接口信息->baiduBusiness2Fq",
pobj:pobj
}); });
if (pobj.interface_info) { if (pobj.interface_info) {
var pushBusInfo = await this.pushBusInfo(pobj, opType, 1); var pushBusInfo = await this.pushBusInfo(pobj, opType, 1);
...@@ -203,6 +204,7 @@ class UtilsPushService extends AppServiceBase { ...@@ -203,6 +204,7 @@ class UtilsPushService extends AppServiceBase {
content: JSON.stringify(pobj), content: JSON.stringify(pobj),
resultInfo: productItemInterfaceResult.data ? JSON.stringify(productItemInterfaceResult.data) : "接口数据为空", resultInfo: productItemInterfaceResult.data ? JSON.stringify(productItemInterfaceResult.data) : "接口数据为空",
optitle: opType + "推送蜂擎获取的接口信息->baiduBusiness2Delivery", optitle: opType + "推送蜂擎获取的接口信息->baiduBusiness2Delivery",
pobj:pobj
}); });
if (pobj.interface_info) { if (pobj.interface_info) {
await this.pushBusInfo(pobj, opType, 1); await this.pushBusInfo(pobj, opType, 1);
......
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