feat:feature-REQ/2129 解决匹配账号的问题

This commit is contained in:
lilong 2024-03-29 17:28:36 +08:00
parent ec55ff368d
commit 0321345d8d

View File

@ -187,7 +187,7 @@ public class MessageTask {
if (StringUtils.isNotBlank(this.getImAccount())) {
return this.getImAccount();
}
return this.getPersonId() + "_" + this.getAppType() + "_" + this.getOuId();
return this.getPersonId() + "_" + this.getAppType().getCode() + "_" + this.getOuId();
}
}