Commit 5e49b5b0 by linboxuan

submitNeed push / submitIcpProgramme push

parent 81d28907
...@@ -56,7 +56,6 @@ class QcCenterOrderService extends AppServiceBase { ...@@ -56,7 +56,6 @@ class QcCenterOrderService extends AppServiceBase {
//推送方案 //推送方案
await this.pushIcpSolution(pushObj, needsolution.solutionNo, pobj.appInfo, self); await this.pushIcpSolution(pushObj, needsolution.solutionNo, pobj.appInfo, self);
<<<<<<< HEAD
// 2020 0806 lin 新增推送 // 2020 0806 lin 新增推送
var reqParams = { var reqParams = {
actionType: "produceData",// Y 功能名称 actionType: "produceData",// Y 功能名称
...@@ -72,8 +71,6 @@ class QcCenterOrderService extends AppServiceBase { ...@@ -72,8 +71,6 @@ class QcCenterOrderService extends AppServiceBase {
} }
this.opQueuePushClientPost(pobj, this.opPushQueueUrl, reqParams); this.opQueuePushClientPost(pobj, this.opPushQueueUrl, reqParams);
=======
>>>>>>> 8560e89423a2072bbcaa023809d8b0a6f8a1b0c1
return system.getResultSuccess(); return system.getResultSuccess();
} }
return res; return res;
......
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