mirror of
https://gitee.com/binary/weixin-java-tools.git
synced 2025-06-28 13:16:19 +08:00
🎨 #3554【企业微信】修复审批通知节点获取不到用户ID的问题
This commit is contained in:
parent
e16e0e9373
commit
bb76db052d
@ -190,7 +190,7 @@ public class WxCpXmlApprovalInfo implements Serializable {
|
||||
/**
|
||||
* 分支审批人userid
|
||||
*/
|
||||
@XStreamAlias("ItemUserid")
|
||||
@XStreamAlias("ItemUserId")
|
||||
@XStreamConverter(value = XStreamCDataConverter.class)
|
||||
private String itemUserId;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user