REQ-3300: 用户离职

This commit is contained in:
yanglin 2025-02-27 11:37:39 +08:00
parent 9a04e7d5d9
commit 8c8269cdc1

View File

@ -341,6 +341,7 @@ public class EssClient implements InitializingBean {
.subject(idbuilder() //
.append(person.getOuId()) //
.append(person.getPersonId()) //
.append(request.getOperatorType()) //
.build()) //
.request(request) //
.command(() -> manage.SyncProxyOrganizationOperators(request)));