Commit 10bc3fde by 徐高华

Merge branch 'master_xgh_加好友队列调整' into 'developer'

log

See merge request !954
parents fb9ea626 aead97af
......@@ -420,6 +420,7 @@ public class MemberUnionidRelatedApiServiceImpl implements MemberUnionidRelatedA
long times = this.getTimes(wxEnterpriseId) ;
if(times>maxCount) {
if(!needToMq2(wxEnterpriseId)) {
log.info("加好友计数发送告警,id={}",wxEnterpriseId);
DingUtils.send("加好友mq切换,企业="+ wxEnterpriseId, false);
}
log.info("加好友计数,自动到userMq2,{}",wxEnterpriseId);
......
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