Commit ff07bb65 by 王栋源

wdy

parent bdbf8d4a
...@@ -67,7 +67,7 @@ class UtilsNeedService extends AppServiceBase { ...@@ -67,7 +67,7 @@ class UtilsNeedService extends AppServiceBase {
} }
var self=this; var self=this;
pobj.actionType = "receiveIcpFeedback"; pobj.actionType = "receiveIcpFeedback";
// 2020 0803 lin 修改; // 2020 0803 lin 修改;
if(pobj.intentionStatus) { if(pobj.intentionStatus) {
// 如果需求当前字段为5(已关闭)则通知fq // 如果需求当前字段为5(已关闭)则通知fq
if(pobj.intentionStatus == 5) { if(pobj.intentionStatus == 5) {
...@@ -204,7 +204,7 @@ class UtilsNeedService extends AppServiceBase { ...@@ -204,7 +204,7 @@ class UtilsNeedService extends AppServiceBase {
var self = this; var self = this;
pobj.actionBody.intentionBizId = pobj.actionBody.channelNeedNo; pobj.actionBody.intentionBizId = pobj.actionBody.channelNeedNo;
pobj.actionType = "abolishIcpProgrammeByNeed" pobj.actionType = "abolishIcpProgrammeByNeed"
var reqUrl = this.centerOrderUrl + "action/need/springBoard"; var reqUrl = this.centerOrderUrl + "action/qcapi/springBoard";
var result = await this.restPostUrl(pobj, reqUrl); var result = await this.restPostUrl(pobj, reqUrl);
if (result.status == 0) { if (result.status == 0) {
if (result.data) { if (result.data) {
......
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