Commit aead97af by 徐高华

log

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