Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🐛 【企业微信】修复不同的消息推送会判断为重复的问题 #2880

Merged
merged 1 commit into from
Nov 19, 2022

Conversation

RickyGu777
Copy link

简要描述

不同的消息推送会判断为重复

模块版本情况

  • WxJava 模块名: weixin-java-cp
  • WxJava 版本号: 4.4.5.B

详细描述

在企业微信的审批应用设置推送,员工AAA和BBB申请审批,主管批量通过审批时,这些同意的审批会被视为重复消息

日志

{"agentId":"3010040","allFieldsMap":{"ApprovalInfo":{"SpStatus":"2","ApplyTime":"1668522569","StatuChangeEvent":"2","SpRecord":{"SpStatus":"2","ApproverAttr":"1","Details":{"SpStatus":"2","Speech":"","Approver":{"UserId":["XXX"]},"SpTime":"1668557075"}},"SpNo":"202211150018","SpName":"加班","Applyer":{"Party":"3","UserId":"USER1"},"TemplateId":"3WK7BR2SHhRT1EfsazePQ8KqDjpCUY5AHfKsbHbG","Notifyer":{"UserId":["AAA"]}},"CreateTime":"1668557076","Event":"sys_approval_change","ToUserName":"ww2eAAAAA2XXX228f","FromUserName":"sys","MsgType":"event","AgentID":"3010040"},"approvalInfo":{"applier":{"party":"3","userId":"LiuYeFeng"},"applyTime":1668522569,"notifier":[{"userId":"AAA"}],"spName":"加班","spNo":"202211150018","spRecords":[{"approverAttr":"1","details":[{"approver":{"userId":"XXX"},"spStatus":"2","spTime":1668557075,"speech":""}],"spStatus":"2"}],"spStatus":2,"statusChangeEvent":2,"templateId":"3WK7BR2SHhRT1EfsazePQ8KqDjpCUY5AHfKsbHbG"},"createTime":1668557076,"event":"sys_approval_change","extAttrs":{"items":[]},"fromUserName":"sys","msgType":"event","scanCodeInfo":{},"sendLocationInfo":{},"sendPicsInfo":{"picList":[]},"toUserName":"ww2eAAAAA2XXX228f"} 
{"agentId":"3010040","allFieldsMap":{"ApprovalInfo":{"SpStatus":"2","ApplyTime":"1668514192","StatuChangeEvent":"2","SpRecord":{"SpStatus":"2","ApproverAttr":"1","Details":{"SpStatus":"2","Speech":"","Approver":{"UserId":["XXX"]},"SpTime":"1668557076"}},"SpNo":"202211150010","SpName":"请假","Applyer":{"Party":"3","UserId":"USER2"},"TemplateId":"C4NvGy3LchQun3LaH3S1s5L7qDyKCXqykDcoZNNR6","Notifyer":{"UserId":["AAA"]}},"CreateTime":"1668557076","Event":"sys_approval_change","ToUserName":"ww2eAAAAA2XXX228f","FromUserName":"sy","MsgType":"event","AgentID":"3010040"},"approvalInfo":{"applier":{"party":"3","userId":"FuBo"},"applyTime":1668514192,"notifier":[{"userId":"AAA"}],"spName":"请假","spNo":"202211150010","spRecords":[{"approverAttr":"1","details":[{"approver":{"userId":"XXX"},"spStatus":"2","spTime":1668557076,"speech":""}],"spStatus":"2"}],"spStatus":2,"statusChangeEvent":2,"templateId":"C4NvGy3LchQun3LaH3S1s5L7qDyKCXqykDcoZNNR6"},"createTime":1668557076,"event":"sys_approval_change","extAttrs":{"items":[]},"fromUserName":"sys","msgType":"event","scanCodeInfo":{},"sendLocationInfo":{},"sendPicsInfo":{"picList":[]},"toUserName":"ww2eAAAAA2XXX228f"} 

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants