REQ-3581: 调整接口
This commit is contained in:
parent
74bf5bcc2a
commit
fee6c09acf
@ -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
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user