mirror of
				https://gitee.com/binary/weixin-java-tools.git
				synced 2025-11-01 03:25:35 +08:00 
			
		
		
		
	🐛 #2880 【企业微信】修复审批应用设置推送消息会被误判为重复消息的问题
This commit is contained in:
		| @ -14,10 +14,7 @@ import me.chanjar.weixin.cp.bean.message.WxCpXmlMessage; | |||||||
| import me.chanjar.weixin.cp.bean.message.WxCpXmlOutMessage; | import me.chanjar.weixin.cp.bean.message.WxCpXmlOutMessage; | ||||||
| import org.apache.commons.lang3.StringUtils; | import org.apache.commons.lang3.StringUtils; | ||||||
|  |  | ||||||
| import java.util.ArrayList; | import java.util.*; | ||||||
| import java.util.HashMap; |  | ||||||
| import java.util.List; |  | ||||||
| import java.util.Map; |  | ||||||
| import java.util.concurrent.*; | import java.util.concurrent.*; | ||||||
|  |  | ||||||
| /** | /** | ||||||
| @ -274,6 +271,9 @@ public class WxCpMessageRouter { | |||||||
|         .append("-").append(wxMessage.getCreateTime()) |         .append("-").append(wxMessage.getCreateTime()) | ||||||
|         .append("-").append(wxMessage.getFromUserName()); |         .append("-").append(wxMessage.getFromUserName()); | ||||||
|     } |     } | ||||||
|  |     if (Objects.nonNull(wxMessage.getApprovalInfo())) { | ||||||
|  |       append(messageId, wxMessage.getApprovalInfo().getSpNo()); | ||||||
|  |     } | ||||||
|     append(messageId, wxMessage.getUserId()); |     append(messageId, wxMessage.getUserId()); | ||||||
|     append(messageId, wxMessage.getChangeType()); |     append(messageId, wxMessage.getChangeType()); | ||||||
|     append(messageId, wxMessage.getTagId()); |     append(messageId, wxMessage.getTagId()); | ||||||
|  | |||||||
		Reference in New Issue
	
	Block a user
	 ricky_gu
					ricky_gu