REQ-3581: 调整接口

This commit is contained in:
yanglin 2025-02-26 15:17:16 +08:00
parent 74bf5bcc2a
commit fee6c09acf

View File

@ -169,10 +169,7 @@ public class OrgManager {
sealPerson.setEssSealId(essSealId); sealPerson.setEssSealId(essSealId);
sealPerson.setPersonId(personId); sealPerson.setPersonId(personId);
sealPerson.setIsAuthorized(YesOrNo.NO); sealPerson.setIsAuthorized(YesOrNo.NO);
try { essSealPersonDao.save(sealPerson);
essSealPersonDao.save(sealPerson);
} catch (DuplicateKeyException ignored) {
}
} }
@BizTransactional @BizTransactional