REQ-3581: 用户离职

This commit is contained in:
yanglin 2025-03-03 14:56:50 +08:00
parent 11afd7a041
commit c343a9f773

View File

@ -203,7 +203,6 @@ public class OrgManager {
public void setOrgPersonResign(EssPerson person) {
essPersonDao.setOrgPersonState(person, EssPersonState.RESIGNED);
essSealPersonDao.deleteByPerson(person);
log.info("set person resigned: {}", person);
}