REQ-3300: 用户离职
This commit is contained in:
parent
9a04e7d5d9
commit
8c8269cdc1
@ -341,6 +341,7 @@ public class EssClient implements InitializingBean {
|
|||||||
.subject(idbuilder() //
|
.subject(idbuilder() //
|
||||||
.append(person.getOuId()) //
|
.append(person.getOuId()) //
|
||||||
.append(person.getPersonId()) //
|
.append(person.getPersonId()) //
|
||||||
|
.append(request.getOperatorType()) //
|
||||||
.build()) //
|
.build()) //
|
||||||
.request(request) //
|
.request(request) //
|
||||||
.command(() -> manage.SyncProxyOrganizationOperators(request)));
|
.command(() -> manage.SyncProxyOrganizationOperators(request)));
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user