Commit 369b7973 by 兰国旗

添加用户驳回通知蜂擎

parent 22f63bc9
......@@ -281,7 +281,7 @@ class RegCenterOrderService extends AppServiceBase {
if (pobj.intentionStatus) {
// 如果需求当前字段为5(已关闭)则通知fq
if (pobj.intentionStatus == 5) {
if (pobj.intentionStatus == 5 || pobj.intentionStatus == 1) {
self.utilsPushSve.business2Channel(pobj, "pushCloseICPNeed");
}
}
......
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