feat:feature-REQ/2129 解决匹配账号的问题
This commit is contained in:
parent
ec55ff368d
commit
0321345d8d
@ -187,7 +187,7 @@ public class MessageTask {
|
|||||||
if (StringUtils.isNotBlank(this.getImAccount())) {
|
if (StringUtils.isNotBlank(this.getImAccount())) {
|
||||||
return this.getImAccount();
|
return this.getImAccount();
|
||||||
}
|
}
|
||||||
return this.getPersonId() + "_" + this.getAppType() + "_" + this.getOuId();
|
return this.getPersonId() + "_" + this.getAppType().getCode() + "_" + this.getOuId();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user