Commit a1b63551 by 宋毅

Merge branch 'center-channel' of gitlab.gongsibao.com:jiangyong/zhichan into center-channel

parents f1c9365f be115195
...@@ -42,7 +42,7 @@ async reqCenterOrderRegApi(pobj, reqUrl) { ...@@ -42,7 +42,7 @@ async reqCenterOrderRegApi(pobj, reqUrl) {
if (pobj.intentionStatus) { if (pobj.intentionStatus) {
// 如果需求当前字段为5(已关闭)则通知fq // 如果需求当前字段为5(已关闭)则通知fq
if (pobj.intentionStatus == 5) { if (pobj.intentionStatus == 5) {
self.utilsPushSve.aliBusiness2Fq(pobj, "pushCloseICPNeed"); self.utilsPushSve.baiduBusiness2Fq(pobj, "pushCloseICPNeed");
} }
} }
var data = JSON.parse(rtn.stdout); var data = JSON.parse(rtn.stdout);
......
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